fix auto clearing matching themes

This commit is contained in:
SethBurkart123
2024-05-07 13:31:38 +10:00
parent 085f2b945c
commit f60cac8bbe
3 changed files with 8 additions and 10 deletions
-5
View File
@@ -95,11 +95,6 @@ const Store = () => {
setInstallingThemes(installingThemes.filter(theme => theme !== id));
setCurrentThemes(currentThemes.filter(theme => theme !== id));
});
/* browser.runtime.sendMessage({ type: 'StoreRemoveTheme', body: { themeContent } }).then(async () => {
await new Promise(resolve => setTimeout(resolve, 1000));
setInstallingThemes(installingThemes.filter(theme => theme !== id));
}); */
}
return (