You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Allow storing the theme settting again
This commit is contained in:
@@ -232,7 +232,7 @@ export const SETTINGS = {
|
|||||||
invertedSettingName: 'TagPanel.disableTagPanel',
|
invertedSettingName: 'TagPanel.disableTagPanel',
|
||||||
},
|
},
|
||||||
"theme": {
|
"theme": {
|
||||||
supportedLevels: ['config'],
|
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||||
default: "dharma",
|
default: "dharma",
|
||||||
controller: new ThemeController(),
|
controller: new ThemeController(),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user