parent
2134536960
commit
ee34e692dd
1 changed files with 2 additions and 0 deletions
|
|
@ -640,6 +640,7 @@ class State():
|
||||||
|
|
||||||
# Select source
|
# Select source
|
||||||
self.source = select_disk_obj('source', disk_menu, docopt_args['<source>'])
|
self.source = select_disk_obj('source', disk_menu, docopt_args['<source>'])
|
||||||
|
self.update_top_panes()
|
||||||
if self.source.trim:
|
if self.source.trim:
|
||||||
cli.print_warning('Source device supports TRIM')
|
cli.print_warning('Source device supports TRIM')
|
||||||
if not cli.ask(' Proceed with recovery?'):
|
if not cli.ask(' Proceed with recovery?'):
|
||||||
|
|
@ -660,6 +661,7 @@ class State():
|
||||||
else:
|
else:
|
||||||
self.destination = menus.select_path('Destination')
|
self.destination = menus.select_path('Destination')
|
||||||
self.ui.add_title_pane('Destination', self.destination)
|
self.ui.add_title_pane('Destination', self.destination)
|
||||||
|
self.update_top_panes()
|
||||||
|
|
||||||
# Update details
|
# Update details
|
||||||
self.source.update_details(skip_children=False)
|
self.source.update_details(skip_children=False)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue