hardcode to to dharma to avoid weird mix
This commit is contained in:
parent
d1bab6cc35
commit
7d0b8083b6
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export default class ConfigSettingsHandler extends SettingsHandler {
|
||||||
|
|
||||||
// Special case themes
|
// Special case themes
|
||||||
if (settingName === "theme") {
|
if (settingName === "theme") {
|
||||||
return config["default_theme"];
|
return "dharma"; // config["default_theme"];
|
||||||
}
|
}
|
||||||
|
|
||||||
const settingsConfig = config["settingDefaults"];
|
const settingsConfig = config["settingDefaults"];
|
||||||
|
|
Loading…
Reference in a new issue