Skip to content

app: Close window on quit

Closing the window on quit will make the application go through the proper shutdown process. GApplication.quit() bypasses our shutdown vfunc, so we don't want to use that here.

Merge request reports