mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-28 00:55:40 -04: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():
|
||||
self.layout.removeWidget(download.progress_bar)
|
||||
download.progress_bar.close() # = None
|
||||
download.progress_bar.close()
|
||||
self.downloads = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue