Music is playable

This commit is contained in:
booploops 2021-12-01 21:47:39 -08:00
parent f6bfa9d088
commit 45623f257b
4 changed files with 91 additions and 16 deletions

View file

@ -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") {