mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
refactor: remove legacy theme handling and streamline plugin initialization
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ async function init() {
|
||||
|
||||
if (settingsState.onoff) {
|
||||
// Initialize legacy plugins
|
||||
const legacyPlugins = [plugins.Monofile, plugins.Themes];
|
||||
const legacyPlugins = [plugins.Monofile];
|
||||
legacyPlugins.forEach(plugin => {
|
||||
if (typeof plugin === 'function') {
|
||||
plugin();
|
||||
|
||||
Reference in New Issue
Block a user