Make sure this builds
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user