diff --git a/main/index.js b/main/index.js index 291f18507..5d69ca1db 100644 --- a/main/index.js +++ b/main/index.js @@ -37,6 +37,7 @@ app.on('second-instance', () => { // Someone tried to run a second instance, we should focus our window. if (mainWindow) { if (mainWindow.isMinimized()) mainWindow.restore() + mainWindow.show() mainWindow.focus() } })