diff --git a/src/main/index.js b/src/main/index.js index 442043f5..78a0a299 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -62,7 +62,8 @@ function createWindow () { webPreferences: { nodeIntegration: true, nodeIntegrationInWorker: false, - webSecurity: false + webSecurity: false, + backgroundThrottling: false }, show: false })