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(),
},