mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-12 17:39:26 -04:00
Merge branch 'mig5-fix_tor_connection_progress_bar'
This commit is contained in:
commit
e4804e5594
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class TorConnectionThread(QtCore.QThread):
|
|||
|
||||
# Connect to the Onion
|
||||
try:
|
||||
self.onion.connect(self.settings, self._tor_status_update)
|
||||
self.onion.connect(self.settings, False, self._tor_status_update)
|
||||
if self.onion.connected_to_tor:
|
||||
self.connected_to_tor.emit()
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue