Skip to content

Commit

Permalink
Incorporate suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi committed Feb 26, 2024
1 parent cfb83a5 commit 90e4a7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gui/wxpython/startup/locdownload.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,15 +405,16 @@ def download_complete_callback(event):
self._warning(
_(
"Download completed. The downloaded sample data is listed "
"in the location/mapset tabs upon closing of this window"
"in the location/mapset tree."
)
)
self.parent.newLocationIsDownloaded.emit()
self._infobar_message_btns.update(
dict(zip(("addBtn", "removeBtn"), (False, True))),
)
self._change_download_btn_label()
self.parent.Show(True)
if errors:
self.parent.Show(True)

self._download_in_progress = True
self._warning(_("Download in progress, wait until it is finished"))
Expand Down

0 comments on commit 90e4a7c

Please sign in to comment.