mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-09 09:51:02 +01: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:
commit
e26f443089
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit d7b5f0a26b15472b37aef2248dea51a2aa6d4916
|
||||
Subproject commit acdbc229533a4f5f57b83b882ce48037a8a17299
|
@ -97,6 +97,7 @@ export class MessagingMain {
|
||||
if (lockNowTrayMenuItem != null) {
|
||||
lockNowTrayMenuItem.enabled = isAuthenticated && !isLocked;
|
||||
}
|
||||
this.main.trayMain.updateContextMenu();
|
||||
}
|
||||
|
||||
private addOpenAtLogin() {
|
||||
|
Loading…
Reference in New Issue
Block a user