We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86050ec commit 5c9618aCopy full SHA for 5c9618a
src/electron/index.ts
@@ -38,3 +38,7 @@ app.on("ready", () => {
38
"file://" + join(__dirname, `../build/index.html#${appPath}`)
39
);
40
});
41
+
42
+app.on("window-all-closed", () => {
43
+ app.quit();
44
+});
0 commit comments