Music is playable
This commit is contained in:
parent
f6bfa9d088
commit
45623f257b
4 changed files with 91 additions and 16 deletions
|
@ -13,10 +13,14 @@ const CiderWin = {
|
|||
vibrancy: 'dark',
|
||||
hasShadow: false,
|
||||
webPreferences: {
|
||||
plugins: true,
|
||||
nodeIntegration: true,
|
||||
webSecurity: false,
|
||||
nodeIntegrationInWorker: false,
|
||||
webSecurity: true,
|
||||
allowRunningInsecureContent: true,
|
||||
enableRemoteModule: true,
|
||||
sandbox: true,
|
||||
nativeWindowOpen: true
|
||||
}
|
||||
}
|
||||
if (process.platform === "darwin" || process.platform === "linux") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue