From 965522dad3eecb723119f70be351ed5617a65325 Mon Sep 17 00:00:00 2001 From: Oleh Polisan Date: Thu, 2 May 2024 22:15:26 +0300 Subject: [PATCH] fixed tray updating in minimized window at Windows. This also fixes random disconnects while window minimized. --- src/main/mainWindow.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/mainWindow.ts b/src/main/mainWindow.ts index 438def2..fa4d105 100755 --- a/src/main/mainWindow.ts +++ b/src/main/mainWindow.ts @@ -384,7 +384,8 @@ function createMainWindow() { contextIsolation: true, devTools: true, preload: join(__dirname, "preload.js"), - spellcheck: true + spellcheck: true, + backgroundThrottling: false }, icon: ICON_PATH, frame: !noFrame,