mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
feat: auto install themes if not present locally with BS Cloud
This commit is contained in:
@@ -10,6 +10,7 @@ const themesPlugin: Plugin = {
|
||||
|
||||
run: async (_) => {
|
||||
const themeManager = ThemeManager.getInstance();
|
||||
await themeManager.prepareThemeAfterCloudSync();
|
||||
await themeManager.initialize();
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user