Removed backgroundThrottling setting
This commit is contained in:
parent
36ebc202e0
commit
366c08ae94
1 changed files with 1 additions and 2 deletions
|
@ -388,8 +388,7 @@ 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