Clean up of launcher

This commit is contained in:
Scott Idem
2022-05-05 20:49:10 -04:00
parent 6802eac1d9
commit 98bd835342
5 changed files with 30 additions and 20 deletions

View File

@@ -66,7 +66,7 @@ function createWindow () {
win.loadFile('app/index.html');
// Open the DevTools.
// win.webContents.openDevTools();
win.webContents.openDevTools();
// Emitted when the window is closed.
win.on('closed', () => {