mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-13 07:04:39 +00:00
refactor: remove legacy theme handling and streamline plugin initialization
This commit is contained in:
@@ -16,7 +16,6 @@ pluginManager.registerPlugin(themesPlugin);
|
||||
|
||||
// Legacy plugin exports
|
||||
export { init as Monofile } from './monofile';
|
||||
export { init as Themes } from './themes';
|
||||
|
||||
export async function initializePlugins(): Promise<void> {
|
||||
await pluginManager.startAllPlugins();
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
import { enableCurrentTheme } from "@/seqta/ui/themes/enableCurrent";
|
||||
|
||||
export async function init() {
|
||||
enableCurrentTheme();
|
||||
}
|
||||
Reference in New Issue
Block a user