|
|
@ -23,7 +23,7 @@ function createWindow () { |
|
|
|
mainWindow.loadFile('./dist/index.html') |
|
|
|
|
|
|
|
// Open the DevTools.
|
|
|
|
mainWindow.webContents.openDevTools() |
|
|
|
// mainWindow.webContents.openDevTools()
|
|
|
|
|
|
|
|
mainWindow.on('close', e => { |
|
|
|
const choice = dialog.showMessageBoxSync(mainWindow, { |
|
|
|