mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-30 11:44:23 -04:00
Start refactoring Onion to allow for managing a separate onion service for each tab
This commit is contained in:
parent
81584e12ff
commit
28bc37d16f
5 changed files with 82 additions and 114 deletions
|
@ -362,7 +362,7 @@ class Tab(QtWidgets.QWidget):
|
|||
|
||||
def stop_server_finished(self):
|
||||
# When the server stopped, cleanup the ephemeral onion service
|
||||
self.common.gui.onion.cleanup(stop_tor=False)
|
||||
self.get_mode().app.stop_onion_service(self.settings)
|
||||
|
||||
def timer_callback(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue