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 040e7e4ca9
commit 365798b12f
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
9 changed files with 123 additions and 37 deletions

View file

@ -57,7 +57,7 @@ class OnionThread(QtCore.QThread):
time.sleep(0.2)
self.success_early.emit()
# Unregister the onion so we can use it in the next OnionThread
self.mode.app.onion.cleanup()
self.mode.app.onion.cleanup(False)
else:
self.mode.app.start_onion_service(await_publication=True)
# wait for modules in thread to load, preventing a thread-related cx_Freeze crash