1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00

remove analytics settings

This commit is contained in:
Kyle Spearrin
2019-01-15 11:05:45 -05:00
parent 96b8750ff5
commit 071074632a
4 changed files with 1 additions and 32 deletions

View File

@@ -62,16 +62,6 @@
</div>
<small class="help-block">{{'enableCloseToTrayDesc' | i18n}}</small>
</div>
<div class="form-group">
<div class="checkbox">
<label for="disableGa">
<input id="disableGa" type="checkbox" name="DisableAnalytics"
[(ngModel)]="disableGa" (change)="saveGa()">
{{'disableGa' | i18n}}
</label>
</div>
<small class="help-block">{{'gaDesc' | i18n}}</small>
</div>
<div class="form-group">
<label for="theme">{{'theme' | i18n}}</label>
<select id="theme" name="Theme" [(ngModel)]="theme" (change)="saveTheme()">