mirror of
https://github.com/bitwarden/desktop
synced 2026-02-20 19:33:23 +00:00
passing new service into WindowMain constructor
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 6bcadc4f40...4dfe08fb1c
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user