mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 21:59:22 +02:00
[enh] configurable default oscar style
This commit is contained in:
parent
baacfac32b
commit
69d1dd3f86
2 changed files with 3 additions and 0 deletions
|
@ -264,6 +264,7 @@ class Preferences(object):
|
|||
'False': False,
|
||||
'True': True}),
|
||||
'doi_resolver': MultipleChoiceSetting(['oadoi.org'], choices=DOI_RESOLVERS),
|
||||
'oscar-style': EnumStringSetting(settings['ui'].get('theme_args', {}).get('oscar_style', 'logicodev'), choices=['', 'logicodev', 'logicodev-dark', 'pointhi']),
|
||||
}
|
||||
|
||||
self.engines = EnginesSetting('engines', choices=engines)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue