pass project name to updater

This commit is contained in:
Kyle Spearrin 2018-11-27 08:32:04 -05:00
parent c0c3f37d28
commit d494006aff
2 changed files with 2 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit 64a6015a67a8110cd8a4ef897e1338c71c4b6b49
Subproject commit 6920cf77b9373ed25f882ce68f17dde582e0a5be

View File

@ -75,7 +75,7 @@ export class Main {
this.menuMain.updateMenuItem.enabled = true;
}, () => {
this.menuMain.updateMenuItem.label = this.i18nService.t('restartToUpdate');
});
}, 'bitwarden');
this.menuMain = new MenuMain(this);
this.powerMonitorMain = new PowerMonitorMain(this);
this.trayMain = new TrayMain(this.windowMain, this.i18nService, this.storageService);