fixed themes, other stuff still broken

This commit is contained in:
Crazypersonalph
2023-12-04 20:58:33 +08:00
parent d14280724e
commit bca8ce4d4c
+2 -2
View File
@@ -7,8 +7,8 @@ export class MessageHandler {
constructor() {
browser.runtime.onMessage.addListener(this.routeMessage.bind(this));
}
routeMessage(request: any, sendResponse: any) {
// @ts-ignore
routeMessage(request: any, sender: any, sendResponse: any) {
switch (request.info) {
case 'EditSidebar':