mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-16 08:08:26 +00:00
Automatic termination means that the app no longer shows up as opened in the doc when the last Window is closed, but it's actually still running and opens immediately when clicked again. Sudden termination means that the app can close quickly on logout. I think it means the runtime just calls _exit() and assumes all data is saved continuously.