mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
Enable closeToTray and startToTray on linux
This commit is contained in:
parent
0cd196f56c
commit
91b186ae5d
@ -108,7 +108,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<small class="help-block">{{enableMinToTrayDescText}}</small>
|
<small class="help-block">{{enableMinToTrayDescText}}</small>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group" *ngIf="showMinToTray">
|
<div class="form-group">
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
<label for="enableCloseToTray">
|
<label for="enableCloseToTray">
|
||||||
<input id="enableCloseToTray" type="checkbox" name="EnableCloseToTray"
|
<input id="enableCloseToTray" type="checkbox" name="EnableCloseToTray"
|
||||||
@ -118,7 +118,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<small class="help-block">{{enableCloseToTrayDescText}}</small>
|
<small class="help-block">{{enableCloseToTrayDescText}}</small>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group" *ngIf="showMinToTray">
|
<div class="form-group">
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
<label for="startToTray">
|
<label for="startToTray">
|
||||||
<input id="startToTray" type="checkbox" name="StartToTray" [(ngModel)]="startToTray"
|
<input id="startToTray" type="checkbox" name="StartToTray" [(ngModel)]="startToTray"
|
||||||
|
Loading…
Reference in New Issue
Block a user