Skip to content

Commit

Permalink
Fix bug (#190) (#241)
Browse files Browse the repository at this point in the history
Co-authored-by: lixiancan <lixc.percy@gmail.com>
  • Loading branch information
PercyAtFj and PercyAtFj authored Feb 2, 2024
1 parent f6dcf03 commit 71b19fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions enjoy/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ app.on("ready", async () => {
// for applications and their menu bar to stay active until the user quits
// explicitly with Cmd + Q.
app.on("window-all-closed", () => {
if (process.platform !== "darwin") {
app.quit();
}
});

app.on("activate", () => {
Expand Down

0 comments on commit 71b19fa

Please sign in to comment.