Make automatic detection flip through country names while it's running meek

This commit is contained in:
Micah Lee 2021-12-06 20:54:03 -08:00
parent d512ce5743
commit 95a82c62dc
7 changed files with 96 additions and 217 deletions

View file

@ -115,7 +115,6 @@ 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()