This commit is contained in:
Benjamin Pasero
2018-06-11 12:12:28 +02:00
parent 4132c13a41
commit d0d8929d37
4 changed files with 35 additions and 10 deletions

View File

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