mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-10 07:10:31 -04:00
Move auto-stop timer into settings, so its UI does not show up unless the user specifically enables that feature
This commit is contained in:
parent
23668baa09
commit
05633673fc
5 changed files with 43 additions and 45 deletions
|
@ -297,6 +297,9 @@ class OnionShareGui(QtWidgets.QMainWindow):
|
|||
d.settings_saved.connect(reload_settings)
|
||||
d.exec_()
|
||||
|
||||
# When settings close, refresh the server status UI
|
||||
self.server_status.update()
|
||||
|
||||
def start_server(self):
|
||||
"""
|
||||
Start the onionshare server. This uses multiple threads to start the Tor onion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue