mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 14:36:15 -04:00
Save/load moat bridges to/from settings
This commit is contained in:
parent
2212589625
commit
01b51e94bf
3 changed files with 38 additions and 9 deletions
|
@ -109,6 +109,8 @@ class Settings(object):
|
|||
"tor_bridges_use_obfs4": False,
|
||||
"tor_bridges_use_meek_lite_azure": False,
|
||||
"tor_bridges_use_snowflake": False,
|
||||
"tor_bridges_use_moat": False,
|
||||
"tor_bridges_use_moat_bridges": "",
|
||||
"tor_bridges_use_custom_bridges": "",
|
||||
"persistent_tabs": [],
|
||||
"locale": None, # this gets defined in fill_in_defaults()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue