added auto updating of themes

This commit is contained in:
SethBurkart123
2024-04-07 17:19:14 +10:00
parent 801e97e6ff
commit 438f52f29c
4 changed files with 44 additions and 12 deletions
+1
View File
@@ -112,6 +112,7 @@ export const sendThemeUpdate = (updatedTheme: CustomTheme, saveTheme?: boolean,
if (saveTheme) {
browser.runtime.sendMessage({ type: 'currentTab', info: 'CloseThemeCreator' });
browser.runtime.sendMessage({ type: 'extensionPages', info: 'themeChanged' });
}
});
};