Revert "Merge branch 'nadonomy/use-element-theme' into 'element'"
This reverts merge request !9
This commit is contained in:
parent
ea511faafe
commit
f47268ce74
4 changed files with 8 additions and 8 deletions
|
@ -24,7 +24,7 @@ export default class ThemeController extends SettingController {
|
|||
getValueOverride(level, roomId, calculatedValue, calculatedAtLevel) {
|
||||
if (!calculatedValue) return null; // Don't override null themes
|
||||
|
||||
if (ThemeController.isLogin) return 'element';
|
||||
if (ThemeController.isLogin) return 'light';
|
||||
|
||||
const themes = enumerateThemes();
|
||||
// Override in case some no longer supported theme is stored here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue