mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
Patch advanced search preferences
This commit is contained in:
@@ -397,11 +397,13 @@ class Preferences:
|
||||
choices=['', 'logicodev', 'logicodev-dark', 'pointhi']),
|
||||
'advanced_search': MapSetting(
|
||||
settings['ui'].get('advanced_search', False),
|
||||
is_locked('advanced_search'),
|
||||
map={
|
||||
'0': False,
|
||||
'1': True,
|
||||
'False': False,
|
||||
'True': True
|
||||
'True': True,
|
||||
'on': True,
|
||||
}
|
||||
),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user