Allow App to Autoplay videos while minimized
This commit is contained in:
parent
a1b0faf7b7
commit
864d792ffc
|
@ -62,7 +62,8 @@ function createWindow () {
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
nodeIntegrationInWorker: false,
|
nodeIntegrationInWorker: false,
|
||||||
webSecurity: false
|
webSecurity: false,
|
||||||
|
backgroundThrottling: false
|
||||||
},
|
},
|
||||||
show: false
|
show: false
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue