Browse Source

added missing loadingWindow check in defered app quit

all-modes
Petr Balashov 8 years ago
parent
commit
12cc994460
  1. 1
      main.js

1
main.js

@ -217,6 +217,7 @@ function createLoadingWindow() {
/* the user only tried to close the window */ /* the user only tried to close the window */
closeAppAfterLoading = true; closeAppAfterLoading = true;
e.preventDefault(); e.preventDefault();
if (loadingWindow)
loadingWindow.hide(); loadingWindow.hide();
} }
}); });

Loading…
Cancel
Save