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
1 changed files with 1 additions and 0 deletions

View File

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