From 85cf0c8aedd7cb0c3b3e455b47cbcad1d972a6c7 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 23 Aug 2025 17:48:15 +1000 Subject: launcher: add special search Closes #464 --- modules/launcher/AppList.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/launcher/AppList.qml') diff --git a/modules/launcher/AppList.qml b/modules/launcher/AppList.qml index 9e10087..bbd58e8 100644 --- a/modules/launcher/AppList.qml +++ b/modules/launcher/AppList.qml @@ -60,7 +60,7 @@ StyledListView { name: "apps" PropertyChanges { - model.values: Apps.query(search.text) + model.values: Apps.search(search.text) root.delegate: appItem } }, -- cgit v1.2.3-freya