Update themes.js

This commit is contained in:
Cobalt-60
2024-01-02 16:01:04 -05:00
committed by GitHub
parent c39332aee3
commit 51cbc55f6a
+1 -1
View File
@@ -6,7 +6,7 @@ class Theme {
constructor() {
this.theme = settingsStorage.get('theme');
if (theme === 'system default') this.set('system-default');
if (this.theme === 'system default') this.set('system-default');
if (this.theme) this.set(this.theme);
else this.set('indigo');