Merge branch 'censorship_automatically_attempt_and_reconnect' of https://github.com/mig5/onionshare into mig5-censorship_automatically_attempt_and_reconnect

This commit is contained in:
Micah Lee 2021-12-04 20:40:58 -08:00
commit 33e0b549a8
8 changed files with 187 additions and 33 deletions

View file

@ -114,6 +114,7 @@ class Settings(object):
"persistent_tabs": [],
"locale": None, # this gets defined in fill_in_defaults()
"theme": 0,
"censorship_circumvention": False,
}
self._settings = {}
self.fill_in_defaults()