diff options
| author | Bnyro <bnyro@tutanota.com> | 2025-05-21 14:52:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-21 14:52:16 +0200 |
| commit | 8bff73c9b6312984de4ae7707ae2f796cc3182ff (patch) | |
| tree | 40c45eb21a30e0cce2abbc27520490d0f3e8645b /searx/settings.yml | |
| parent | 7420706a5074803a78f3c795cf79427746e504e0 (diff) | |
[refactor] icon engines: add new icon category (#4817)
Icons category makes sense because it allows to quickly search for free SVG
icons to use for websites / other designs with a quick `!icons` query
Icons don't seem to fit into the normal images category that well because icons
are quite a special type of images
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index fc654450c..569ff6f3c 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1053,7 +1053,6 @@ engines: - name: material icons engine: material_icons - categories: images shortcut: mi disabled: true |