We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4a070 commit 5c7de45Copy full SHA for 5c7de45
1 file changed
main.js
@@ -18,3 +18,9 @@ function initializeApp () {
18
app.on('ready', () => {
19
initializeApp();
20
});
21
+
22
+app.on('window-all-closed', () => {
23
+ if (process.platform !== 'darwin') {
24
+ app.quit()
25
+ }
26
+})
0 commit comments