mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
format: run prettify
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
import type { Plugin } from '../../core/types';
|
||||
import { ThemeManager } from './theme-manager';
|
||||
import type { Plugin } from "../../core/types";
|
||||
import { ThemeManager } from "./theme-manager";
|
||||
|
||||
const themesPlugin: Plugin = {
|
||||
id: 'themes',
|
||||
name: 'Themes',
|
||||
description: 'Adds a theme selector to the settings page',
|
||||
version: '1.0.0',
|
||||
id: "themes",
|
||||
name: "Themes",
|
||||
description: "Adds a theme selector to the settings page",
|
||||
version: "1.0.0",
|
||||
settings: {},
|
||||
|
||||
run: async (_) => {
|
||||
const themeManager = ThemeManager.getInstance();
|
||||
await themeManager.initialize();
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
export default themesPlugin;
|
||||
export default themesPlugin;
|
||||
|
||||
Reference in New Issue
Block a user