debt - port over some electron6 changes

This commit is contained in:
Benjamin Pasero
2019-07-08 08:43:11 +02:00
parent d50852db1a
commit df5b5cecfe
9 changed files with 36 additions and 10 deletions
@@ -38,6 +38,7 @@ export class SharedProcess implements ISharedProcess {
images: false,
webaudio: false,
webgl: false,
nodeIntegration: true,
disableBlinkFeatures: 'Auxclick' // do NOT change, allows us to identify this window as shared-process in the process explorer
}
});