Allow file uploads to finish, and improve uploads styling

This commit is contained in:
Micah Lee 2018-05-19 22:58:55 -07:00
parent ee9c0d0abb
commit 7a571764ef
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
6 changed files with 70 additions and 25 deletions

View file

@ -335,3 +335,9 @@ class Mode(QtWidgets.QWidget):
Handle REQUEST_UPLOAD_FILE_RENAMED event.
"""
pass
def handle_request_upload_finished(self, event):
"""
Handle REQUEST_UPLOAD_FINISHED event.
"""
pass