mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[feat] search: add url formatting preference
This commit is contained in:
@@ -472,6 +472,10 @@ class Preferences:
|
||||
settings['ui']['hotkeys'],
|
||||
choices=['default', 'vim']
|
||||
),
|
||||
'url_formatting': EnumStringSetting(
|
||||
settings['ui']['url_formatting'],
|
||||
choices=['pretty', 'full', 'host']
|
||||
),
|
||||
# fmt: on
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user