diff options
Diffstat (limited to 'main.js')
| -rw-r--r-- | main.js | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -11,7 +11,10 @@ function createWindow () { frame: false, // transparent: true, vibrancy: 'dark', - titleBarStyle: 'hidden' + titleBarStyle: 'hidden', + webPreferences: { + nodeIntegration: true + } }) // and load the index.html of the app. |
