This commit is contained in:
MotorTruck1221
2025-04-07 22:11:56 -06:00
parent 8af7b073fa
commit 05c7dad93d
7 changed files with 82 additions and 47 deletions
+2
View File
@@ -70,6 +70,8 @@ class Settings {
? document.documentElement.className = 'default'
: document.documentElement.className = theme || this.#storageManager.getVal('theme');
}
proxy(prox: 'uv' | 'sj') {}
async *#init() {
yield this.theme(this.#storageManager.getVal('theme') || 'default');