Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix world deletion cancel not working (#408)
When the deletion is canceled, the screen is still ConfirmScreen, so the `if` condition needs to also check for that alongside ProgressScreen (when deletion succeeds and there is at least one world left). Fixes #406
- Loading branch information