mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-18 11:56:31 -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
@ -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…
x
Reference in New Issue
Block a user