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
I noticed we are observing NSApplicationWillTerminateNotification in a few places, so that we can invoke saveStateToPreferences or _saveStateToPreferences / reset (to unload parsers) However, from some debugging I just had to do, it seems that if you have sudden termination enabled on your application, this notification will NOT get called.
The text was updated successfully, but these errors were encountered:
I noticed we are observing
NSApplicationWillTerminateNotification
in a few places, so that we can invokesaveStateToPreferences
or_saveStateToPreferences
/reset
(to unload parsers) However, from some debugging I just had to do, it seems that if you have sudden termination enabled on your application, this notification will NOT get called.The text was updated successfully, but these errors were encountered: