add deleting theme

This commit is contained in:
SethBurkart123
2024-05-07 13:01:25 +10:00
parent 0c20edd55b
commit 30d0e49baa
3 changed files with 79 additions and 10 deletions
-4
View File
@@ -166,10 +166,6 @@ browser.runtime.onMessage.addListener((request: any, _sender: any, sendResponse:
case 'DownloadTheme':
DownloadTheme(request.body.theme);
break;
case 'StoreDownloadTheme':
StoreDownloadTheme(request.body);
break;
case 'DeleteDownloadedTheme':
DeleteDownloadedTheme(request.body);