1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

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
2 changed files with 2 additions and 1 deletions

2
jslib

Submodule jslib updated: d7b5f0a26b...acdbc22953

View File

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