Hi!
I need to save standalone juce application state when user is exiting window.when application is running…
I have void systemRequestedQuit() override
but systemRequestedQuit does not seem to run when Window is exiting, or when I quit application from task manager, I think it should…
What could I be doing wrong?
I have JUCE 6.0.4