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

@@ -54,7 +54,11 @@ export class ProxyAuthHandler {
width: 450,
height: 220,
show: true,
title: 'VS Code'
title: 'VS Code',
webPreferences: {
nodeIntegration: true,
webviewTag: true
}
};
const focusedWindow = this.windowsMainService.getFocusedWindow();