add theme selector

This commit is contained in:
SethBurkart123
2023-11-02 16:13:45 +11:00
parent 5c23ba0381
commit 46e86b9643
4 changed files with 23 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@ export class MessageHandler {
this.editSidebar();
break;
case "SetTheme":
console.log(request);
setTheme(request.body.themeName, request.body.themeURL);
break;
case "DownloadTheme":