Various Startup Timer fixes for strings, bundled mode, stealth mode, startup/shutdown time clashes

This commit is contained in:
Miguel Jacq 2019-03-11 15:55:17 +11:00
parent 58f5d4ceb0
commit 84aa627d1f
9 changed files with 123 additions and 37 deletions

View file

@ -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')