From 40924b5b33ce3c3a93b01fcb6c12a51942b51660 Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Sun, 4 May 2025 07:22:24 +1000 Subject: [PATCH] fix: initial load not loading betterseqta --- src/SEQTA.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SEQTA.ts b/src/SEQTA.ts index c0640c08..6aa2c7ee 100644 --- a/src/SEQTA.ts +++ b/src/SEQTA.ts @@ -42,7 +42,7 @@ async function init() { await initializeSettingsState() if (typeof settingsState.onoff === "undefined") { - browser.runtime.sendMessage({ type: "setDefaultStorage" }) + await browser.runtime.sendMessage({ type: "setDefaultStorage" }) } await main()