hardcode to to dharma to avoid weird mix

This commit is contained in:
Bruno Windels 2018-10-22 16:33:46 +02:00
parent d1bab6cc35
commit 7d0b8083b6

View File

@ -27,7 +27,7 @@ export default class ConfigSettingsHandler extends SettingsHandler {
// Special case themes
if (settingName === "theme") {
return config["default_theme"];
return "dharma"; // config["default_theme"];
}
const settingsConfig = config["settingDefaults"];