mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fixed themes, other stuff still broken
This commit is contained in:
@@ -7,8 +7,8 @@ export class MessageHandler {
|
|||||||
constructor() {
|
constructor() {
|
||||||
browser.runtime.onMessage.addListener(this.routeMessage.bind(this));
|
browser.runtime.onMessage.addListener(this.routeMessage.bind(this));
|
||||||
}
|
}
|
||||||
|
// @ts-ignore
|
||||||
routeMessage(request: any, sendResponse: any) {
|
routeMessage(request: any, sender: any, sendResponse: any) {
|
||||||
switch (request.info) {
|
switch (request.info) {
|
||||||
|
|
||||||
case 'EditSidebar':
|
case 'EditSidebar':
|
||||||
|
|||||||
Reference in New Issue
Block a user