mirror of
https://github.com/searxng/searxng.git
synced 2025-07-14 00:39:18 +02:00
[fix] ordered categories in preferences - closes #258
This commit is contained in:
parent
79b3de5185
commit
6f73f4e7a4
4 changed files with 8 additions and 8 deletions
|
@ -607,7 +607,7 @@ def preferences():
|
|||
current_language=lang or 'all',
|
||||
image_proxy=image_proxy,
|
||||
language_codes=language_codes,
|
||||
categs=categories.items(),
|
||||
engines_by_category=categories,
|
||||
blocked_engines=blocked_engines,
|
||||
autocomplete_backends=autocomplete_backends,
|
||||
shortcuts={y: x for x, y in engine_shortcuts.items()},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue