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