diff --git a/jslib b/jslib index 1536f161..6920cf77 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 1536f161f783c5972de1a375aed887710ee39eb8 +Subproject commit 6920cf77b9373ed25f882ce68f17dde582e0a5be diff --git a/src/main.ts b/src/main.ts index cd4e9cdb..8547ec7e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -61,7 +61,7 @@ export class Main { this.messagingService.send('doneCheckingForUpdate'); }, () => { this.messagingService.send('doneCheckingForUpdate'); - }); + }, 'bitwardenDirectoryConnector'); this.trayMain = new TrayMain(this.windowMain, this.i18nService, this.storageService); this.messagingMain = new MessagingMain(this.windowMain, this.menuMain, this.updaterMain, this.trayMain); this.messagingService = new ElectronMainMessagingService(this.windowMain, (message) => {