mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 06:26:10 -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
7c9eed3793
commit
b6815c5ddf
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