Hide font scaling behind labs

This commit is contained in:
Jorik Schellekens
2020-04-23 10:45:47 +01:00
parent af4dd2770c
commit 14551b1885
3 changed files with 8 additions and 1 deletions
+6
View File
@@ -95,6 +95,12 @@ export const SETTINGS = {
// // not use this for new settings.
// invertedSettingName: "my-negative-setting",
// },
"feature_font_scaling": {
isFeature: true,
displayName: _td("Font scaling"),
supportedLevels: LEVELS_FEATURE,
default: false
},
"font_size": {
displayName: _td("Font size"),
supportedLevels: LEVELS_ACCOUNT_SETTINGS,