New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
don't send app launch notifications when reloading #1758
Conversation
I was going to say “this is all and well, but what does it break?” So I guess this is fine :) On 24 Ion 2014, at 06:44, Rob McBroom notifications@github.com wrote:
|
don't send app launch notifications when reloading
The fix for #1756 turned out to be pretty simple. There was already an
isReloading
boolean to prevent certain behaviors when adding existing processes. I just put the app launch notification under that.