1
0
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:
J. Ryan Stinnett
2019-02-12 09:13:39 +00:00
parent 3b200705ed
commit 19e94b9e32

View File

@@ -232,7 +232,7 @@ export const SETTINGS = {
invertedSettingName: 'TagPanel.disableTagPanel',
},
"theme": {
supportedLevels: ['config'],
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
default: "dharma",
controller: new ThemeController(),
},