Make sure this builds

This commit is contained in:
MotorTruck1221
2025-05-04 23:56:09 -06:00
parent 5e42a918ff
commit a78ab8e1b2
10 changed files with 157 additions and 16 deletions
+2 -2
View File
@@ -72,8 +72,8 @@ class Settings {
: document.documentElement.className = theme || this.#storageManager.getVal('theme');
}
proxy(prox: 'uv' | 'sj') {
this.#storageManager.setVal('proxy', prox);
proxy(prox?: 'uv' | 'sj') {
this.#storageManager.setVal('proxy', prox || 'uv');
}
searchEngine(engine?: string) {