onebadidea / swiftquit

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

fixes #6: ignore "window close" events when they mean tabs #8

Closed incanus closed 1 year ago

incanus commented 1 year ago

This double-checks that an app doesn't have any more windows when a "window destroyed" event is received, which apparently is also triggered for tabs (reported upstream at https://github.com/tmandry/Swindler/issues/93), before quitting the app.

incanus commented 1 year ago

Note that #9 also seems to solve this.