diff --git a/electron/index.js b/electron/index.js index 7491e37..c0028e2 100644 --- a/electron/index.js +++ b/electron/index.js @@ -32,6 +32,7 @@ class Index extends Application { const win = this.electron.mainWindow; win.once('ready-to-show', () => { win.show(); + win.focus(); }) } }