mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-07 08:55:12 -04:00
Start making Web events actually put Upload objects into Uploads
This commit is contained in:
parent
9d557d4aa0
commit
eb3d6f2171
6 changed files with 142 additions and 92 deletions
|
@ -323,3 +323,15 @@ class Mode(QtWidgets.QWidget):
|
|||
Handle REQUEST_CLOSE_SERVER event.
|
||||
"""
|
||||
pass
|
||||
|
||||
def handle_request_upload_new_file_started(self, event):
|
||||
"""
|
||||
Handle REQUEST_UPLOAD_NEW_FILE_STARTED event.
|
||||
"""
|
||||
pass
|
||||
|
||||
def handle_request_upload_file_renamed(self, event):
|
||||
"""
|
||||
Handle REQUEST_UPLOAD_FILE_RENAMED event.
|
||||
"""
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue