mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix: settings popup not appearing on disabled pages
This commit is contained in:
+1
-4
@@ -64,12 +64,9 @@ async function init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
await main();
|
await main();
|
||||||
|
plugins.Monofile();
|
||||||
|
|
||||||
if (settingsState.onoff) {
|
if (settingsState.onoff) {
|
||||||
// Initialize legacy plugins
|
|
||||||
plugins.Monofile();
|
|
||||||
|
|
||||||
// Initialize new plugin system
|
|
||||||
await plugins.initializePlugins();
|
await plugins.initializePlugins();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -631,6 +631,7 @@ export function init() {
|
|||||||
}, 1000);
|
}, 1000);
|
||||||
} else {
|
} else {
|
||||||
handleDisabled();
|
handleDisabled();
|
||||||
|
InjectCustomIcons();
|
||||||
window.addEventListener("load", handleDisabled);
|
window.addEventListener("load", handleDisabled);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user