Allow App to Autoplay videos while minimized

This commit is contained in:
Preston 2020-06-06 17:54:40 -04:00
parent a1b0faf7b7
commit 864d792ffc
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ function createWindow () {
webPreferences: {
nodeIntegration: true,
nodeIntegrationInWorker: false,
webSecurity: false
webSecurity: false,
backgroundThrottling: false
},
show: false
})