How to check NSApp has modal mode?
Stop modal window
[NSApp stopModal];
But I don't see property check current app state is modal or not?
How to check NSApp has modal mode?
Stop modal window
[NSApp stopModal];
But I don't see property check current app state is modal or not?
Check property modalWindow on NSApp