You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Move setting away from 'feature' settings for clarity
This commit is contained in:
@@ -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'),
|
||||||
|
|||||||
Reference in New Issue
Block a user