Starting to implement the new Uploads UI, but not done

This commit is contained in:
Micah Lee 2018-09-28 22:03:48 -07:00
parent e87263353f
commit 709eeeac5f
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
6 changed files with 157 additions and 67 deletions

View file

@ -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()