mirror of
https://github.com/searxng/searxng
synced 2024-10-30 21:20:28 +00:00
[fix] unit converter plugin: can't be disabled in settings
This commit is contained in:
parent
fb32425d78
commit
383d873597
@ -29,6 +29,9 @@ name = "Unit converter plugin"
|
||||
description = gettext("Convert between units")
|
||||
default_on = True
|
||||
|
||||
plugin_id = "unit_converter"
|
||||
preference_section = "general"
|
||||
|
||||
CONVERT_KEYWORDS = ["in", "to", "as"]
|
||||
|
||||
# inspired from https://stackoverflow.com/a/42475086
|
||||
|
Loading…
Reference in New Issue
Block a user