From 8f704d20e517696b9947b4b42856197c8c391f35 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Thu, 17 Dec 2020 14:53:38 -0600 Subject: [PATCH 1/2] Force update of tray menu if on linux --- src/main/messaging.main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/messaging.main.ts b/src/main/messaging.main.ts index a6a6079331..665fd30a57 100644 --- a/src/main/messaging.main.ts +++ b/src/main/messaging.main.ts @@ -97,6 +97,7 @@ export class MessagingMain { if (lockNowTrayMenuItem != null) { lockNowTrayMenuItem.enabled = isAuthenticated && !isLocked; } + this.main.trayMain.updateContextMenu(); } private addOpenAtLogin() { From bd94ddb89693b3c9092c3b15d4718d9754e231c6 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Fri, 18 Dec 2020 10:12:17 -0600 Subject: [PATCH 2/2] Update jslib reference --- jslib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jslib b/jslib index d7b5f0a26b..acdbc22953 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit d7b5f0a26b15472b37aef2248dea51a2aa6d4916 +Subproject commit acdbc229533a4f5f57b83b882ce48037a8a17299