From f8eb1b69a034f4aa2833271a0c6b999cfe2a477e Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 13 May 2025 23:12:23 +0800 Subject: launcher: move to drawers --- modules/launcher/AppList.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/launcher/AppList.qml') diff --git a/modules/launcher/AppList.qml b/modules/launcher/AppList.qml index b119ee8..a431395 100644 --- a/modules/launcher/AppList.qml +++ b/modules/launcher/AppList.qml @@ -12,7 +12,7 @@ ListView { required property int padding required property TextField search - required property Scope launcher + required property PersistentProperties visibilities property bool isAction: search.text.startsWith(LauncherConfig.actionPrefix) @@ -98,7 +98,7 @@ ListView { id: appItem AppItem { - launcher: root.launcher + visibilities: root.visibilities } } -- cgit v1.2.3-freya