Skip to content

Commit

Permalink
Don't print text on exit (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadess authored Jan 13, 2025
1 parent e588311 commit 9ded37b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ app.on( "ready", () => {
});

app.on( "window-all-closed", () => {
console.log("window-all-closed");
if( process.platform !== "darwin" ){
app.quit()
}
Expand Down

0 comments on commit 9ded37b

Please sign in to comment.