Remove min and max font setting
This commit is contained in:
parent
3e30df17fb
commit
55e72dd5bf
3 changed files with 8 additions and 17 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue