|
|
@ -19,6 +19,7 @@ function createWindow () { |
|
|
|
// and load the index.html of the app.
|
|
|
|
// and load the index.html of the app.
|
|
|
|
mainWindow.loadFile('index.html') |
|
|
|
mainWindow.loadFile('index.html') |
|
|
|
mainWindow.maximize(); |
|
|
|
mainWindow.maximize(); |
|
|
|
|
|
|
|
mainWindow.removeMenu(); |
|
|
|
|
|
|
|
|
|
|
|
// Open the DevTools.
|
|
|
|
// Open the DevTools.
|
|
|
|
// mainWindow.webContents.openDevTools()
|
|
|
|
// mainWindow.webContents.openDevTools()
|
|
|
|