Make receive mode events just like share mode, and rename REQUEST_DOWNLOAD to REQUEST_SHARE

This commit is contained in:
Micah Lee 2018-05-07 22:15:29 -07:00
parent 996f6c0725
commit 591e97a57a
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
5 changed files with 52 additions and 19 deletions

View file

@ -295,7 +295,7 @@ class Mode(QtWidgets.QWidget):
def handle_request_download(self, event):
"""
Handle REQUEST_DOWNLOAD event.
Handle REQUEST_STARTED event.
"""
pass