bumped electron

This commit is contained in:
Eugene Pankov
2019-02-20 01:57:38 +01:00
parent 61726cad36
commit 05bb07e37d
3 changed files with 21 additions and 18 deletions

View File

@@ -44,7 +44,9 @@ export class Window {
title: 'Terminus',
minWidth: 400,
minHeight: 300,
webPreferences: { webSecurity: false },
webPreferences: {
nodeIntegration: true,
},
frame: false,
show: false,
backgroundColor: '#00000000'