1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

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

Submodule jslib updated: 64a6015a67...6920cf77b9

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);