mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-29 17:38:53 -04:00
Split out customization of Mode into _custom() functions, and implement those customizations in ShareMode
This commit is contained in:
parent
f59fc79939
commit
a24bb75b66
5 changed files with 254 additions and 161 deletions
|
@ -44,3 +44,10 @@ class ReceiveMode(Mode):
|
|||
This method is called regularly on a timer while receive mode is active.
|
||||
"""
|
||||
pass
|
||||
|
||||
def start_server_step2_custom(self):
|
||||
"""
|
||||
Step 2 in starting the server. Nothing to do here but move on to step 3.
|
||||
"""
|
||||
self.starting_server_step3.emit()
|
||||
self.start_server_finished.emit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue