1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-20 10:13:23 +00:00
This commit is contained in:
Kyle Spearrin
2018-05-08 15:37:56 -04:00
parent 95b595d5bf
commit b51c842d18

View File

@@ -61,7 +61,7 @@ export class Main {
}, () => { }, () => {
this.messagingService.send('doneCheckingForUpdate'); this.messagingService.send('doneCheckingForUpdate');
}); });
this.trayMain = new TrayMain(this.windowMain, this.i18nService, this.storageService, ); this.trayMain = new TrayMain(this.windowMain, this.i18nService, this.storageService);
this.messagingMain = new MessagingMain(this.windowMain, this.menuMain, this.updaterMain, this.trayMain); this.messagingMain = new MessagingMain(this.windowMain, this.menuMain, this.updaterMain, this.trayMain);
this.messagingService = new ElectronMainMessagingService(this.windowMain, (message) => { this.messagingService = new ElectronMainMessagingService(this.windowMain, (message) => {
this.messagingMain.onMessage(message); this.messagingMain.onMessage(message);