Record document open unsaved prompt closeout

This commit is contained in:
2026-06-15 22:31:43 +02:00
parent 39728e463a
commit a401ab356b
3 changed files with 47 additions and 0 deletions

View File

@@ -1395,6 +1395,11 @@ The retained document-browse button wiring in `App::dialog_browse()` now also
routes through a focused helper, so the remaining document-open bridge debt is
further concentrated on unsaved-project prompts, project-open execution, layer
refresh, title updates, and retained history services.
The retained unsaved-project discard prompt wiring in
`LegacyDocumentOpenServices::prompt_discard_unsaved_project()` now also routes
through a focused helper, so the remaining document-open bridge debt is
further concentrated on project-open execution, layer refresh, title updates,
and retained history services.
`App::request_close`, `App::save_document`, and
`App::continue_document_workflow_after_optional_save` now route through
app-core document-session executors and `src/legacy_document_session_services.*`,