Skip to content

Commit c1a919b

Browse files
committed
fixed bug where error message pops up when user closes out of app through close button rather than file -> exit
1 parent ef3034b commit c1a919b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/electron/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ async function createWindow() {
124124
// Dereference the window object, usually you would store windows
125125
// in an array if your app supports multi windows, this is the time
126126
// when you should delete the corresponding element.
127-
// win = null;
128127
app.quit();
129128
});
130129

0 commit comments

Comments
 (0)