remove setter

This commit is contained in:
David Baker 2020-01-31 13:18:01 +00:00
parent 2d9b111680
commit cb9362456f
2 changed files with 5 additions and 9 deletions

View file

@ -21,10 +21,6 @@ import {DEFAULT_THEME, enumerateThemes} from "../../theme";
export default class ThemeController extends SettingController {
static isLogin = false;
static setIsLogin(val) {
ThemeController.isLogin = val;
}
getValueOverride(level, roomId, calculatedValue, calculatedAtLevel) {
if (!calculatedValue) return null; // Don't override null themes