Hide font scaling behind labs

This commit is contained in:
Jorik Schellekens 2020-04-16 10:28:07 +01:00
parent af4dd2770c
commit 14551b1885
3 changed files with 8 additions and 1 deletions

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,