mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +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();
|
||||
plugins.Monofile();
|
||||
|
||||
if (settingsState.onoff) {
|
||||
// Initialize legacy plugins
|
||||
plugins.Monofile();
|
||||
|
||||
// Initialize new plugin system
|
||||
await plugins.initializePlugins();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user