fix theme
This commit is contained in:
@@ -9,7 +9,7 @@ class Theme {
|
||||
if (this.theme === 'system default') this.set('system-default');
|
||||
|
||||
if (this.theme) this.set(this.theme);
|
||||
else this.set('indigo');
|
||||
else this.set('system-default');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user