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:
2
jslib
2
jslib
Submodule jslib updated: 64a6015a67...6920cf77b9
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user