mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-22 06:19:30 -04:00
Don't delete any custom bridges that are set
This commit is contained in:
parent
7752f5fa9b
commit
ffee426e6d
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue