mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02: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…
x
Reference in New Issue
Block a user