Remove min and max font setting

This commit is contained in:
Jorik Schellekens 2020-05-20 13:45:54 +01:00
parent 3e30df17fb
commit 55e72dd5bf
3 changed files with 8 additions and 17 deletions

View file

@ -171,16 +171,6 @@ export const SETTINGS = {
default: 16,
controller: new FontSizeController(),
},
"fontSizeMin": {
displayName: _td("Min font size"),
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
default: 13,
},
"fontSizeMax": {
displayName: _td("Max font size"),
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
default: 20,
},
"useCustomFontSize": {
displayName: _td("Custom font size"),
supportedLevels: LEVELS_ACCOUNT_SETTINGS,