mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 18:53:29 +00:00
Wip start on login
This commit is contained in:
@@ -128,6 +128,16 @@
|
||||
</div>
|
||||
<small class="help-block">{{startToTrayDescText}}</small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="checkbox">
|
||||
<label for="startOnLogin">
|
||||
<input id="startOnLogin" type="checkbox" name="StartOnLogin" [(ngModel)]="startOnLogin"
|
||||
(change)="saveStartOnLogin()">
|
||||
{{'startOnLogin' | i18n}}
|
||||
</label>
|
||||
</div>
|
||||
<small class="help-block">{{'startOnLoginDesc' | i18n}}</small>
|
||||
</div>
|
||||
<div class="form-group" *ngIf="showAlwaysShowDock">
|
||||
<div class="checkbox">
|
||||
<label for="alwaysShowDock">
|
||||
|
||||
Reference in New Issue
Block a user