Removed backgroundThrottling setting

This commit is contained in:
Oleh Polisan 2024-05-20 16:12:10 +03:00 committed by GitHub
parent 36ebc202e0
commit 366c08ae94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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