[fix] unit converter plugin: can't be disabled in settings

This commit is contained in:
Bnyro 2024-05-05 19:41:27 +02:00
parent ac430a9eaf
commit c74200288a

View file

@ -10,6 +10,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"]