fix: initial install not loading seqta

This commit is contained in:
SethBurkart123
2025-03-28 17:18:23 +11:00
parent d19f573093
commit 9542cb13f5
4 changed files with 12 additions and 15 deletions
-4
View File
@@ -585,10 +585,6 @@ export function showConflictPopup() {
}
export function init() {
if (typeof settingsState.onoff === "undefined") {
browser.runtime.sendMessage({ type: "setDefaultStorage" })
}
const handleDisabled = () => {
waitForElm(".code", true, 50).then(AppendElementsToDisabledPage)
}