mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-10 09:17:28 +08:00
fix: ✨ fixes / extra documentation texts
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import useLocalStorage from "../hooks/useLocalStorage.svelte";
|
||||
import { USERBOX_DEFAULT_URL } from "../config";
|
||||
|
||||
export default class DDSCache {
|
||||
constructor(db: IDBDatabase | undefined) {
|
||||
@@ -69,5 +70,5 @@ export default class DDSCache {
|
||||
|
||||
private urlCache: {scale: number, path: string, url: string}[] = [];
|
||||
private db: IDBDatabase | undefined;
|
||||
private userboxURL = useLocalStorage("userboxURL", "");
|
||||
userboxURL = useLocalStorage("userboxURL", USERBOX_DEFAULT_URL);
|
||||
}
|
||||
Reference in New Issue
Block a user