mirror of
https://github.com/onionshare/onionshare.git
synced 2025-10-11 12:48:47 -04:00
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:
parent
b03823267e
commit
1aa67f8406
2 changed files with 4 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue