mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-30 19:54:30 -04:00
Finish removing web event REQUEST_CLOSE_SERVER, which used to be a receive mode feature to allow the Tor Browser user to close the server, but we removed
This commit is contained in:
parent
1a1a247db9
commit
cc857a39bb
5 changed files with 6 additions and 23 deletions
|
@ -312,12 +312,6 @@ class Mode(QtWidgets.QWidget):
|
|||
"""
|
||||
pass
|
||||
|
||||
def handle_request_close_server(self, event):
|
||||
"""
|
||||
Handle REQUEST_CLOSE_SERVER event.
|
||||
"""
|
||||
pass
|
||||
|
||||
def handle_request_upload_file_renamed(self, event):
|
||||
"""
|
||||
Handle REQUEST_UPLOAD_FILE_RENAMED event.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue