fix el 20 worker

This commit is contained in:
vapormusic 2022-08-21 10:23:27 +07:00
parent 67094c5e41
commit b1d1ad1653
2 changed files with 8 additions and 6 deletions

View file

@ -333,7 +333,7 @@ export class BrowserWindow {
contextIsolation: false,
webviewTag: true,
plugins: true,
nodeIntegrationInWorker: false,
nodeIntegrationInWorker: true,
webSecurity: false,
preload: join(utils.getPath("srcPath"), "./preload/cider-preload.js"),
},