mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-24 05:49:27 -04:00
Convert Uploads to a QScrollArea also
This commit is contained in:
parent
d87115d21e
commit
fa4ebbf263
2 changed files with 30 additions and 16 deletions
|
@ -148,7 +148,7 @@ class DownloadList(QtWidgets.QScrollArea):
|
|||
Reset the downloads back to zero
|
||||
"""
|
||||
for download in self.downloads.values():
|
||||
self.downloads_layout.removeWidget(download.progress_bar)
|
||||
self.downloads_layout.removeWidget(download)
|
||||
download.progress_bar.close()
|
||||
self.downloads = {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue