nits fixes
This commit is contained in:
parent
01f4bb8c78
commit
017f489be6
7 changed files with 190 additions and 1 deletions
|
@ -429,6 +429,13 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||
),
|
||||
default: false,
|
||||
},
|
||||
"feature_favourite_messages": {
|
||||
isFeature: true,
|
||||
labsGroup: LabGroup.Messaging,
|
||||
supportedLevels: LEVELS_FEATURE,
|
||||
displayName: _td("Favourite Messages (under active development)"),
|
||||
default: false,
|
||||
},
|
||||
"baseFontSize": {
|
||||
displayName: _td("Font size"),
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue