Merge pull request #618 from bitwarden/update-tray-menu-on-linux

Force update of tray menu if on linux
This commit is contained in:
Matt Gibson 2020-12-18 10:53:54 -06:00 committed by GitHub
commit e26f443089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

2
jslib

@ -1 +1 @@
Subproject commit d7b5f0a26b15472b37aef2248dea51a2aa6d4916
Subproject commit acdbc229533a4f5f57b83b882ce48037a8a17299

View File

@ -97,6 +97,7 @@ export class MessagingMain {
if (lockNowTrayMenuItem != null) {
lockNowTrayMenuItem.enabled = isAuthenticated && !isLocked;
}
this.main.trayMain.updateContextMenu();
}
private addOpenAtLogin() {