mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
hardcode to to dharma to avoid weird mix
This commit is contained in:
parent
d1bab6cc35
commit
7d0b8083b6
@ -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"];
|
||||
|
Loading…
Reference in New Issue
Block a user