mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-03 11:56:06 -04:00
Various Startup Timer fixes for strings, bundled mode, stealth mode, startup/shutdown time clashes
This commit is contained in:
parent
58f5d4ceb0
commit
84aa627d1f
9 changed files with 123 additions and 37 deletions
|
@ -275,6 +275,7 @@ class Mode(QtWidgets.QWidget):
|
|||
self.common.log('Mode', 'cancel_server: quitting startup thread')
|
||||
self.startup_thread.canceled = True
|
||||
self.app.onion.scheduled_key = None
|
||||
self.app.onion.scheduled_auth_cookie = None
|
||||
self.startup_thread.quit()
|
||||
if self.onion_thread:
|
||||
self.common.log('Mode', 'cancel_server: quitting onion thread')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue