fixed tray updating in minimized window at Windows. This also fixes random disconnects while window minimized.
This commit is contained in:
parent
da9f14d888
commit
965522dad3
1 changed files with 2 additions and 1 deletions
|
@ -384,7 +384,8 @@ function createMainWindow() {
|
||||||
contextIsolation: true,
|
contextIsolation: true,
|
||||||
devTools: true,
|
devTools: true,
|
||||||
preload: join(__dirname, "preload.js"),
|
preload: join(__dirname, "preload.js"),
|
||||||
spellcheck: true
|
spellcheck: true,
|
||||||
|
backgroundThrottling: false
|
||||||
},
|
},
|
||||||
icon: ICON_PATH,
|
icon: ICON_PATH,
|
||||||
frame: !noFrame,
|
frame: !noFrame,
|
||||||
|
|
Loading…
Reference in a new issue