mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-28 10:52:08 -04:00
re-show the 'No downloads yet' label when resetting the counters (e.g starting a new share)
This commit is contained in:
parent
2e1fe47eff
commit
13f1d48391
1 changed files with 1 additions and 0 deletions
|
@ -694,6 +694,7 @@ class OnionShareGui(QtWidgets.QMainWindow):
|
|||
self.update_downloads_completed(0)
|
||||
self.update_downloads_in_progress(0)
|
||||
self.info_show_downloads.setIcon(QtGui.QIcon(common.get_resource_path('images/download_window_gray.png')))
|
||||
self.downloads.no_downloads_label.show()
|
||||
|
||||
def update_downloads_completed(self, count):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue