Merge branch 'ciderapp:develop' into develop

This commit is contained in:
Amaru8 2022-04-08 18:40:04 +00:00 committed by GitHub
commit 8fa66f7436
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,6 +129,11 @@
{{$root.getLz('app.name')}}
</div>
</button>
<button class="usermenu-item" v-if="cfg.general.privateEnabled"
@click="cfg.general.privateEnabled = false">
<span class="usermenu-item-icon"><%- include("../svg/x.svg") %></span>
<span class="usermenu-item-name">{{$root.getLz('term.disable')}} {{$root.getLz('term.privateSession')}}</span>
</button>
<button class="usermenu-item" @click="appRoute('remote-pair')">
<span class="usermenu-item-icon">
<%- include("../svg/smartphone.svg") %>