From 13f1d483918f6724b19e166debf107211798eae5 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Tue, 27 Feb 2018 18:20:05 +1100 Subject: [PATCH] re-show the 'No downloads yet' label when resetting the counters (e.g starting a new share) --- onionshare_gui/onionshare_gui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/onionshare_gui/onionshare_gui.py b/onionshare_gui/onionshare_gui.py index a94ae95f..818a7d95 100644 --- a/onionshare_gui/onionshare_gui.py +++ b/onionshare_gui/onionshare_gui.py @@ -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): """