summaryrefslogtreecommitdiff
path: root/modules/launcher/AppList.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-23 17:48:15 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-23 17:48:15 +1000
commit85cf0c8aedd7cb0c3b3e455b47cbcad1d972a6c7 (patch)
tree351aa55a1d78c228ed09f15cd724c6865ec551e5 /modules/launcher/AppList.qml
parentlauncher: show current scheme/variant (diff)
downloadcaelestia-shell-85cf0c8aedd7cb0c3b3e455b47cbcad1d972a6c7.tar.gz
caelestia-shell-85cf0c8aedd7cb0c3b3e455b47cbcad1d972a6c7.tar.bz2
caelestia-shell-85cf0c8aedd7cb0c3b3e455b47cbcad1d972a6c7.zip
launcher: add special search
Closes #464
Diffstat (limited to 'modules/launcher/AppList.qml')
-rw-r--r--modules/launcher/AppList.qml2
1 files changed, 1 insertions, 1 deletions
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
}
},