Fix the saving of bridges received from CensorshipCircumvention API - need to also save the bridges_enabled setting else TorSettingsTab doesn't show them

This commit is contained in:
Miguel Jacq 2021-12-14 14:32:00 +11:00
parent b03823267e
commit 1aa67f8406
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
2 changed files with 4 additions and 2 deletions

View file

@ -172,6 +172,7 @@ class AutoConnectTab(QtWidgets.QWidget):
self.active = False
self.tor_con.fail.emit()
self.open_tor_settings()
self.close_this_tab.emit()
def _censorship_progress_update(self, progress, summary):
self.use_bridge_widget.progress.setValue(int(progress))