summaryrefslogtreecommitdiff
path: root/modules/launcher/AppList.qml
diff options
context:
space:
mode:
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
}
},