Merge branch 'mig5-fix_tor_connection_progress_bar'

This commit is contained in:
Micah Lee 2017-11-30 18:04:19 -08:00
commit 4432654c54
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -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: