mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-12-12 12:39:30 +01:00
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
Block a user