mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 10:43:35 +00:00
Added UI scaling tickbox to options menu
This commit is contained in:
@@ -76,6 +76,16 @@
|
||||
</a>
|
||||
</div>
|
||||
<small class="form-text text-muted">{{'enableGravatarsDesc' | i18n}}</small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="checkbox" id="enableUIScaling" name="enableUIScaling"
|
||||
[(ngModel)]="enableUIScaling">
|
||||
<label class="form-check-label" for="enableUIScaling">
|
||||
{{'enableUIScaling' | i18n}}
|
||||
</label>
|
||||
</div>
|
||||
<small class="form-text text-muted">{{'enableUIScalingDesc' | i18n}}</small>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">
|
||||
{{'save' | i18n}}
|
||||
|
||||
Reference in New Issue
Block a user