diff --git a/main.js b/main.js index e79f5ca..db50110 100644 --- a/main.js +++ b/main.js @@ -18,7 +18,8 @@ function createWindow() { height: 550, webPreferences: { contextIsolation: false, - nodeIntegration: true + nodeIntegration: true, + backgroundThrottling: false } })