Feedback
Desktop apps now quit when Window.Close calls System.Quit
- Status
- Fixed
- Fixed in
- v26.7.5
- Source discussion
- https://forum.objo.dev/d/635-systemquit-doesnt-work-called-from-window
- Last updated
- 2026-07-25
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
On macOS, a desktop app remains running with no windows when a window's Close event calls System.Quit(). The same call works from a button handler, and quitting from the application menu also works. Closing the window should honour System.Quit(), finish the application lifecycle, and terminate the app.