mirror of
https://github.com/onionshare/onionshare.git
synced 2025-11-25 16:56:19 -05:00
Remove debug data
This commit is contained in:
parent
69fc0e522a
commit
802b90f19f
1 changed files with 1 additions and 1 deletions
|
|
@ -128,5 +128,5 @@ class Downloads(QtWidgets.QWidget):
|
||||||
"""
|
"""
|
||||||
for download in self.downloads.values():
|
for download in self.downloads.values():
|
||||||
self.layout.removeWidget(download.progress_bar)
|
self.layout.removeWidget(download.progress_bar)
|
||||||
download.progress_bar.close() # = None
|
download.progress_bar.close()
|
||||||
self.downloads = {}
|
self.downloads = {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue