You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2019. It is now read-only.
Great idea for an application! I noticed that when the window is closed on OSX, the application quits. As noted in the electron quick start, the expected behaviour is for the application to stay active until the user quits (cmd-q).
It appears you attempted to replicate the behaviour suggested in the quick start on line 14 but it's not quite working. My first guess is that it should be window-all-closed instead of mainWindow-all-closed, but I can't test it right now so just wanted to get the issue posted in the meantime. Happy to work on this if the fix isn't obvious.
The text was updated successfully, but these errors were encountered:
Great idea for an application! I noticed that when the window is closed on OSX, the application quits. As noted in the electron quick start, the expected behaviour is for the application to stay active until the user quits (cmd-q).
It appears you attempted to replicate the behaviour suggested in the quick start on line 14 but it's not quite working. My first guess is that it should be
window-all-closed
instead ofmainWindow-all-closed
, but I can't test it right now so just wanted to get the issue posted in the meantime. Happy to work on this if the fix isn't obvious.The text was updated successfully, but these errors were encountered: