mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-03 18:28:13 +01:00
Force update of tray menu if on linux
This commit is contained in:
parent
28c0fdd3f5
commit
8f704d20e5
@ -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