From 0097c56e09b8501cabdfac2e15d536f121446cc4 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 19 Jul 2025 14:49:47 +1000 Subject: config: add config for using fzf/fuzzy search --- modules/launcher/WallpaperList.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/launcher/WallpaperList.qml') diff --git a/modules/launcher/WallpaperList.qml b/modules/launcher/WallpaperList.qml index 78cc146..f59dd29 100644 --- a/modules/launcher/WallpaperList.qml +++ b/modules/launcher/WallpaperList.qml @@ -27,7 +27,7 @@ PathView { readonly property string search: root.search.text.split(" ").slice(1).join(" ") values: { - const list = Wallpapers.fuzzyQuery(search); + const list = Wallpapers.query(search); if (list.length > 1 && list.length % 2 === 0) list.length -= 1; // Always show odd number return list; -- cgit v1.2.3-freya