mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 23:45:04 -04:00
Make receive mode events just like share mode, and rename REQUEST_DOWNLOAD to REQUEST_SHARE
This commit is contained in:
parent
996f6c0725
commit
591e97a57a
5 changed files with 52 additions and 19 deletions
|
@ -372,7 +372,7 @@ class OnionShareGui(QtWidgets.QMainWindow):
|
|||
if event["type"] == Web.REQUEST_LOAD:
|
||||
mode.handle_request_load(event)
|
||||
|
||||
elif event["type"] == Web.REQUEST_DOWNLOAD:
|
||||
elif event["type"] == Web.REQUEST_STARTED:
|
||||
mode.handle_request_download(event)
|
||||
|
||||
elif event["type"] == Web.REQUEST_RATE_LIMIT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue