forked from Icycoide/searxng
Patch advanced search preferences
This commit is contained in:
parent
b00f77059c
commit
22489c4b5f
2 changed files with 5 additions and 3 deletions
|
@ -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,
|
||||
}
|
||||
),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue