diff --git a/app/app.html b/app/app.html index 4d3e1389..c309ddf0 100644 --- a/app/app.html +++ b/app/app.html @@ -2,7 +2,7 @@ - Hello Electron React! + Zap diff --git a/app/main.dev.js b/app/main.dev.js index 0d9684ac..c5f4c8df 100644 --- a/app/main.dev.js +++ b/app/main.dev.js @@ -78,6 +78,7 @@ app.on('ready', async () => { if (!mainWindow) { throw new Error('"mainWindow" is not defined'); } + mainWindow.show(); mainWindow.focus(); });