Enable closeToTray and startToTray on linux

This commit is contained in:
Hinton 2020-11-27 16:33:16 +01:00
parent 0cd196f56c
commit 91b186ae5d
1 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@
</div>
<small class="help-block">{{enableMinToTrayDescText}}</small>
</div>
<div class="form-group" *ngIf="showMinToTray">
<div class="form-group">
<div class="checkbox">
<label for="enableCloseToTray">
<input id="enableCloseToTray" type="checkbox" name="EnableCloseToTray"
@ -118,7 +118,7 @@
</div>
<small class="help-block">{{enableCloseToTrayDescText}}</small>
</div>
<div class="form-group" *ngIf="showMinToTray">
<div class="form-group">
<div class="checkbox">
<label for="startToTray">
<input id="startToTray" type="checkbox" name="StartToTray" [(ngModel)]="startToTray"