Update details before confirming selection
This commit is contained in:
parent
abaed514fb
commit
8c03530ec5
1 changed files with 4 additions and 0 deletions
|
|
@ -740,6 +740,10 @@ class State():
|
||||||
self.destination = select_path('Destination')
|
self.destination = select_path('Destination')
|
||||||
self.update_top_panes()
|
self.update_top_panes()
|
||||||
|
|
||||||
|
# Update details
|
||||||
|
self.source.update_details(skip_children=False)
|
||||||
|
self.destination.update_details(skip_children=False)
|
||||||
|
|
||||||
# Confirmation #1
|
# Confirmation #1
|
||||||
self.confirm_selections(
|
self.confirm_selections(
|
||||||
prompt='Are these selections correct?',
|
prompt='Are these selections correct?',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue