diff options
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/src/main/index.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/src/main/index.ts b/gui/src/main/index.ts index 6080c80af2..2d048ab2c3 100644 --- a/gui/src/main/index.ts +++ b/gui/src/main/index.ts @@ -446,6 +446,9 @@ class ApplicationMain { // stop periodic updates this.stopLatestVersionPeriodicUpdates(); + // update the tray icon to indicate that the computer is not secure anymore + this.updateTrayIcon({ state: 'disconnected' }, false); + // notify renderer process if (this.windowController) { IpcMainEventChannel.daemonDisconnected.notify( |
