From bd1caea475bfa1af280906c37913a65c097c2f25 Mon Sep 17 00:00:00 2001 From: ThinLiquid Date: Sun, 12 May 2024 13:45:59 +0100 Subject: [PATCH] Update main.ts --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index bdc68f4..c5f85c2 100644 --- a/src/main.ts +++ b/src/main.ts @@ -35,7 +35,7 @@ window.onload = async () => { await updateSW() } // Set localForage drivers try { await localforage.setDriver([ - localforage.INDEXEDDB, + localforage.WEBSQL, localforage.LOCALSTORAGE ]) } catch (e) {