1
0
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:
Matt Gibson 2020-12-17 14:53:38 -06:00
parent 28c0fdd3f5
commit 8f704d20e5

View File

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