1
0
mirror of https://github.com/bitwarden/web synced 2026-01-21 03:43:22 +00:00

Added UI scaling tickbox to options menu

This commit is contained in:
syntaxerror752
2020-05-29 21:28:26 +10:00
parent ca771eb04c
commit eb5ad7c6dc
4 changed files with 28 additions and 0 deletions

View File

@@ -1044,6 +1044,13 @@
"enableGravatarsDesc": {
"message": "Use avatar images loaded from gravatar.com."
},
"enableUIScaling": {
"message": "Enable UI Scaling",
"description": "Allows scaling the web vault UI's width"
},
"enableUIScalingDesc": {
"message": "Allows expanding the web vault view to fill the full width of the browser window."
},
"default": {
"message": "Default"
},

View File

@@ -1044,6 +1044,13 @@
"enableGravatarsDesc": {
"message": "Use avatar images loaded from gravatar.com."
},
"enableUIScaling": {
"message": "Enable UI Scaling",
"description": "Allows scaling the web vault UI's width"
},
"enableUIScalingDesc": {
"message": "Allows expanding the web vault view to fill the full width of the browser window."
},
"default": {
"message": "Default"
},