diff --git a/enjoy/src/main.ts b/enjoy/src/main.ts index b6bf3dbd..19aa372e 100644 --- a/enjoy/src/main.ts +++ b/enjoy/src/main.ts @@ -139,11 +139,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", () => { - // Respect the OSX convention of having the application in memory even - // after all windows have been closed - if (process.platform !== "darwin") { - app.quit(); - } + app.quit(); }); app.on("activate", () => {