Browse Source

bug fix

clicking on task bar icon was opening new process. fixed in this commit.
ca333-dev
Satinder Grewal 8 years ago
parent
commit
15314b14f5
  1. 5
      main.js

5
main.js

@ -143,8 +143,7 @@ app.on('window-all-closed', function () {
})
app.on('activate', function () {
if (loadingWindow === null) {
//createWindow()
createLoadingWindow();
if (mainWindow === null) {
//createWindow('open');
}
})
Loading…
Cancel
Save