onebadidea / swiftquit

Automatic quitting of macOS apps when closing their windows.
GNU General Public License v3.0
285 stars 14 forks source link

Discord app doesnt quit #25

Open ishaanrathodd opened 1 year ago

ishaanrathodd commented 1 year ago

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

incanus commented 1 year ago

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).