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

View File

@@ -113,7 +113,9 @@ app.on('ready', () => {
show: false,
webPreferences: {
backgroundThrottling: false,
webSecurity: false
nodeIntegration: true,
webSecurity: false,
webviewTag: true
}
});