mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix auto clearing matching themes
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user