Need to reconnect to Tor with the curr_settings Settings object after obtaining new bridges

This commit is contained in:
Miguel Jacq 2021-12-14 14:57:01 +11:00
parent 04efd3fc0e
commit 12b725e821
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
2 changed files with 11 additions and 1 deletions

View file

@ -159,7 +159,7 @@ class AutoConnectTab(QtWidgets.QWidget):
)
self.active = False
self.tor_con.show()
self.tor_con.start()
self.tor_con.start(self.curr_settings)
def _got_no_bridges(self):
self.use_bridge_widget.progress.hide()