Skip to content

Ensure proper close sequence in kiosk mode

Philipp Schmidt requested to merge fix/proper-kiosk-close into master

I have not seen this on RHEL9, but on my Macbook the sequence started by closeEvent does seem to work properly without calling event.ignore() - the application was killed off hard without proper finalization running. This seems to work better.

Merge request reports