mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-11 07:19:30 -05:00
Don't delete any custom bridges that are set
This commit is contained in:
parent
706a04242f
commit
bde94d37fc
@ -822,7 +822,6 @@ class TorSettingsTab(QtWidgets.QWidget):
|
||||
return False
|
||||
|
||||
settings.set("bridges_moat", moat_bridges)
|
||||
settings.set("bridges_custom", "")
|
||||
|
||||
if self.bridge_custom_radio.isChecked():
|
||||
settings.set("bridges_type", "custom")
|
||||
|
Loading…
Reference in New Issue
Block a user