mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-21 04:18:25 -04:00
Allow file uploads to finish, and improve uploads styling
This commit is contained in:
parent
ee9c0d0abb
commit
7a571764ef
6 changed files with 70 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue