feat: auto install themes if not present locally with BS Cloud

This commit is contained in:
2026-04-29 10:21:45 +09:30
parent 7bd3158b05
commit 1b87d20a27
4 changed files with 90 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ const themesPlugin: Plugin = {
run: async (_) => {
const themeManager = ThemeManager.getInstance();
await themeManager.prepareThemeAfterCloudSync();
await themeManager.initialize();
},
};