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 de43cd22fa
commit 26a94fa161
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