mirror of
https://github.com/onionshare/onionshare.git
synced 2025-10-12 05:00:58 -04:00
Need to reconnect to Tor with the curr_settings Settings object after obtaining new bridges
This commit is contained in:
parent
fc4f96b129
commit
890c24b0b3
2 changed files with 11 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue