mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
pass project name to updater
This commit is contained in:
parent
c0c3f37d28
commit
d494006aff
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 64a6015a67a8110cd8a4ef897e1338c71c4b6b49
|
||||
Subproject commit 6920cf77b9373ed25f882ce68f17dde582e0a5be
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user