mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +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