mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 19:54:39 +00:00
fixed themes, other stuff still broken
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user