mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 03:33:54 +00:00
Tray icon (#84)
* Implemented configurable tray icon * Fixed calls to callAnalytics using wrong indicators
This commit is contained in:
@@ -42,6 +42,16 @@
|
||||
</div>
|
||||
<small class="help-block">{{'disableFaviconDesc' | i18n}}</small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="checkbox">
|
||||
<label for="enableHideInTray">
|
||||
<input id="enableHideInTray" type="checkbox" name="EnableHideInTray"
|
||||
[(ngModel)]="enableHideInTray" (change)="saveHideInTray()">
|
||||
{{'enableHideInTray' | i18n}}
|
||||
</label>
|
||||
</div>
|
||||
<small class="help-block">{{'enableHideInTrayDesc' | i18n}}</small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="locale">{{'language' | i18n}}</label>
|
||||
<select id="locale" name="Locale" [(ngModel)]="locale" (change)="saveLocale()">
|
||||
|
||||
Reference in New Issue
Block a user