mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 14:36:15 -04:00
Added user theme preference option in Settings
Added an option to choose theme in settings dialog like auto, light and dark. Fixed Dark Mode Dark Text.
This commit is contained in:
parent
76e7880702
commit
3cbe55916b
5 changed files with 45 additions and 4 deletions
|
@ -110,6 +110,7 @@ class Settings(object):
|
|||
"tor_bridges_use_custom_bridges": "",
|
||||
"persistent_tabs": [],
|
||||
"locale": None, # this gets defined in fill_in_defaults()
|
||||
"theme": 0
|
||||
}
|
||||
self._settings = {}
|
||||
self.fill_in_defaults()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue