Merge remote-tracking branch 'upstream/dev' into dev

This commit is contained in:
2Shirt 2024-03-25 22:56:13 -07:00
commit 3cdcd29ef4
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -401,6 +401,7 @@ class State():
self.destination = pathlib.Path(docopt_args['<destination>']).resolve()
else:
self.destination = menus.select_path('Destination')
self.destination.mkdir(parents=True, exist_ok=True)
self.ui.add_title_pane('Destination', self.destination)
self.update_top_panes()