From 302a82da2dda3f1b8f86649bd801697f9f3c2209 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 12 Sep 2025 18:04:44 +1000 Subject: launcher: loader content --- modules/launcher/ContentList.qml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'modules/launcher/ContentList.qml') diff --git a/modules/launcher/ContentList.qml b/modules/launcher/ContentList.qml index 41f6a6a..123acdc 100644 --- a/modules/launcher/ContentList.qml +++ b/modules/launcher/ContentList.qml @@ -11,7 +11,7 @@ import QtQuick.Controls Item { id: root - required property var wrapper + required property var content required property PersistentProperties visibilities required property var panels required property TextField search @@ -77,7 +77,6 @@ Item { id: appList active: false - asynchronous: true anchors.left: parent.left anchors.right: parent.right @@ -92,7 +91,6 @@ Item { id: wallpaperList active: false - asynchronous: true anchors.top: parent.top anchors.bottom: parent.bottom @@ -102,7 +100,7 @@ Item { search: root.search visibilities: root.visibilities panels: root.panels - wrapper: root.wrapper + content: root.content } } -- cgit v1.2.3-freya