sync theme changes plus deleting

This commit is contained in:
SethBurkart123
2024-04-22 13:05:28 +10:00
parent 785cc54d39
commit f8ace7a7c9
2 changed files with 12 additions and 3 deletions
+1
View File
@@ -34,6 +34,7 @@ export const setTheme = async (themeId: string) => {
originalSelectedColor: originalSelectedColor.selectedColor
});
browser.runtime.sendMessage({ type: 'extensionPages', info: 'themeChanged' });
} catch (error) {
console.error('Error setting theme:', error);
}