diff --git a/src/index.js b/src/index.js index 7f854e6..a842a30 100644 --- a/src/index.js +++ b/src/index.js @@ -118,11 +118,7 @@ app.on('window-all-closed', () => { }); app.on('activate', () => { - // // On OS X it's common to re-create a window in the app when the - // // dock icon is clicked and there are no other windows open. - // if (BrowserWindow.getAllWindows().length === 0) { - // createWindow(); - // } + // Show window on clicking dock icon window.show(); });