From a9737915e33c053c9295cd8564fabe9cf912008c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 7 Jun 2026 16:24:30 +1000 Subject: [PATCH] fix: non async item list placeholder So height is set immediately on init rather than being animated to --- modules/nexus/common/ItemList.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/nexus/common/ItemList.qml b/modules/nexus/common/ItemList.qml index 83d9acaa..debfdcef 100644 --- a/modules/nexus/common/ItemList.qml +++ b/modules/nexus/common/ItemList.qml @@ -32,7 +32,6 @@ ConnectedRect { anchors.centerIn: parent active: opacity > 0 - asynchronous: true opacity: root.showList && list.count > 0 ? 0 : 1 sourceComponent: ColumnLayout {