Merge branch 'ciderapp:develop' into develop
This commit is contained in:
commit
8fa66f7436
1 changed files with 5 additions and 0 deletions
|
@ -129,6 +129,11 @@
|
||||||
{{$root.getLz('app.name')}}
|
{{$root.getLz('app.name')}}
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</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')">
|
<button class="usermenu-item" @click="appRoute('remote-pair')">
|
||||||
<span class="usermenu-item-icon">
|
<span class="usermenu-item-icon">
|
||||||
<%- include("../svg/smartphone.svg") %>
|
<%- include("../svg/smartphone.svg") %>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue