mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-24 05:49:27 -04:00
Starting to implement the new Uploads UI, but not done
This commit is contained in:
parent
e87263353f
commit
709eeeac5f
6 changed files with 157 additions and 67 deletions
|
@ -194,6 +194,8 @@ class Downloads(QtWidgets.QWidget):
|
|||
"""
|
||||
Add a new download progress bar.
|
||||
"""
|
||||
self.common.log('Downloads', 'add', 'download_id: {}, content_length: {}'.format(download_id, content_length))
|
||||
|
||||
# Hide empty, show not empty
|
||||
self.empty.hide()
|
||||
self.not_empty.show()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue