1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-20 02:03:21 +00:00

[jslib] Update (48144a7) (#81)

* update jslib (48144a7)

* Fixed breaking changes for previous jslib updates
This commit is contained in:
Vincent Salucci
2021-01-05 17:34:18 -06:00
committed by GitHub
parent 55722d3c04
commit 4bfd43bf4c
4 changed files with 7 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ export class Main {
this.storageService = new ElectronStorageService(app.getPath('userData'));
this.windowMain = new WindowMain(this.storageService, false, 800, 600,
(arg) => this.processDeepLink(arg));
(arg) => this.processDeepLink(arg), null);
this.menuMain = new MenuMain(this);
this.updaterMain = new UpdaterMain(this.i18nService, this.windowMain, 'directory-connector', () => {
this.messagingService.send('checkingForUpdate');