fixed tray updating in minimized window at Windows. This also fixes random disconnects while window minimized.

This commit is contained in:
Oleh Polisan 2024-05-02 22:15:26 +03:00
parent da9f14d888
commit 965522dad3

View file

@ -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,