mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-07 08:55:12 -04:00
Renamed Mode.handle_request_download to handle_request_started
This commit is contained in:
parent
591e97a57a
commit
9d557d4aa0
3 changed files with 3 additions and 3 deletions
|
@ -293,7 +293,7 @@ class Mode(QtWidgets.QWidget):
|
|||
"""
|
||||
pass
|
||||
|
||||
def handle_request_download(self, event):
|
||||
def handle_request_started(self, event):
|
||||
"""
|
||||
Handle REQUEST_STARTED event.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue