mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
Force update of tray menu if on linux
This commit is contained in:
@@ -97,6 +97,7 @@ export class MessagingMain {
|
||||
if (lockNowTrayMenuItem != null) {
|
||||
lockNowTrayMenuItem.enabled = isAuthenticated && !isLocked;
|
||||
}
|
||||
this.main.trayMain.updateContextMenu();
|
||||
}
|
||||
|
||||
private addOpenAtLogin() {
|
||||
|
||||
Reference in New Issue
Block a user