onebadidea/swiftquit

Discord app doesnt quit

ishaanrathodd opened this issue · 1 comments

Theres even some inverted minimized sign in the alt-tab mac application after we close the discord window. Swiftquit is not able to quit the discord app on closing all its windows

In the case of Discord, closing the main window does not actually register a close window event. It's likely that it co-opts the close button to only hide the window, as clicking the app icon brings the window back exactly as it was left, unlike what happens when the app is launched.

Opening the About box and then closing it does indeed show the remaining main window, so the About box is being caught as a normal window close (as one would expect).