electron params updated

This commit is contained in:
Paul-Vincent Roll 2016-03-31 00:20:54 +02:00
parent 6327670b6f
commit ab0dce5dea

View File

@ -23,7 +23,7 @@ let mainWindow;
function createWindow () {
// Create the browser window.
mainWindow = new BrowserWindow({width: 800, height: 600, fullscreen: true, "auto-hide-menu-bar": true, "node-integration": false});
mainWindow = new BrowserWindow({width: 800, height: 600, fullscreen: true, autoHideMenuBar: true, nodeIntegration: false});
// and load the index.html of the app.
//mainWindow.loadURL('file://' + __dirname + '../../index.html');