From a32a09aca5e472a52a34cb34640476e837de06c8 Mon Sep 17 00:00:00 2001 From: MarvNC Date: Thu, 13 Jul 2023 11:38:23 -0700 Subject: [PATCH] Change comment --- src/index.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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(); });