Skip to content

Commit

Permalink
Change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Jul 13, 2023
1 parent df27670 commit a32a09a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});

Expand Down

0 comments on commit a32a09a

Please sign in to comment.