Move setting away from 'feature' settings for clarity
This commit is contained in:
parent
4525f71b1c
commit
02e0ff9e5b
1 changed files with 6 additions and 6 deletions
|
@ -101,12 +101,6 @@ export const SETTINGS = {
|
||||||
supportedLevels: LEVELS_FEATURE,
|
supportedLevels: LEVELS_FEATURE,
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
"font_size": {
|
|
||||||
displayName: _td("Font size"),
|
|
||||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
|
||||||
default: 16,
|
|
||||||
controller: new FontSizeController(),
|
|
||||||
},
|
|
||||||
"feature_pinning": {
|
"feature_pinning": {
|
||||||
isFeature: true,
|
isFeature: true,
|
||||||
displayName: _td("Message Pinning"),
|
displayName: _td("Message Pinning"),
|
||||||
|
@ -177,6 +171,12 @@ export const SETTINGS = {
|
||||||
displayName: _td("Show padlocks on invite only rooms"),
|
displayName: _td("Show padlocks on invite only rooms"),
|
||||||
default: true,
|
default: true,
|
||||||
},
|
},
|
||||||
|
"font_size": {
|
||||||
|
displayName: _td("Font size"),
|
||||||
|
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||||
|
default: 16,
|
||||||
|
controller: new FontSizeController(),
|
||||||
|
},
|
||||||
"MessageComposerInput.suggestEmoji": {
|
"MessageComposerInput.suggestEmoji": {
|
||||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||||
displayName: _td('Enable Emoji suggestions while typing'),
|
displayName: _td('Enable Emoji suggestions while typing'),
|
||||||
|
|
Loading…
Reference in a new issue