diff --git a/jslib b/jslib index 6bcadc4f..4dfe08fb 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 6bcadc4f408db2c150753f53a07d6f8888b6e9ff +Subproject commit 4dfe08fb1ccebc1d96931227750ead5fc678295e diff --git a/src/main.ts b/src/main.ts index 66cc06a1..f6b70b69 100644 --- a/src/main.ts +++ b/src/main.ts @@ -94,8 +94,10 @@ export class Main { undefined, undefined, (arg) => this.processDeepLink(arg), - (win) => this.trayMain.setupWindowListeners(win) + (win) => this.trayMain.setupWindowListeners(win), + this.messagingService ); + this.messagingMain = new MessagingMain(this, this.stateService); this.updaterMain = new UpdaterMain( this.i18nService,