Skip to content

Commit 8da3a75

Browse files
ShaughnShaughn
authored andcommitted
close with x on mac
1 parent a9ca3e6 commit 8da3a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,6 @@ saveDialouge();
577577

578578

579579
app.on("window-all-closed", () => {
580-
if (process.platform !== "darwin") app.quit();
580+
app.quit();
581581
});
582582

0 commit comments

Comments
 (0)