mirror of https://github.com/vector-im/riot-web
Allow storing the theme settting again
parent
3b200705ed
commit
19e94b9e32
|
@ -232,7 +232,7 @@ export const SETTINGS = {
|
|||
invertedSettingName: 'TagPanel.disableTagPanel',
|
||||
},
|
||||
"theme": {
|
||||
supportedLevels: ['config'],
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
default: "dharma",
|
||||
controller: new ThemeController(),
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue