mirror of
https://github.com/searxng/searxng.git
synced 2025-12-26 13:40:03 +00:00
[feat] search on category select without JS
Co-authored-by: Alexandre Flament <alex@al-f.net>
This commit is contained in:
@@ -461,6 +461,10 @@ class Preferences:
|
||||
settings['ui']['infinite_scroll'],
|
||||
locked=is_locked('infinite_scroll')
|
||||
),
|
||||
'search_on_category_select': BooleanSetting(
|
||||
settings['ui']['search_on_category_select'],
|
||||
locked=is_locked('search_on_category_select')
|
||||
),
|
||||
# fmt: on
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user