mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-23 08:31:23 -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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue