Update details before confirming selection

This commit is contained in:
2Shirt 2022-10-19 23:21:23 -07:00
parent abaed514fb
commit 8c03530ec5
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -740,6 +740,10 @@ class State():
self.destination = select_path('Destination')
self.update_top_panes()
# Update details
self.source.update_details(skip_children=False)
self.destination.update_details(skip_children=False)
# Confirmation #1
self.confirm_selections(
prompt='Are these selections correct?',