fix expand anim

This commit is contained in:
Zacharias-Brohn
2025-11-17 22:35:00 +01:00
parent 459fb94279
commit c128dfc5c7
+1 -1
View File
@@ -172,7 +172,7 @@ Repeater {
id: actionRow
property NotifServer.Notif notif: groupHeader.modelData
spacing: 2
visible: groupColumn.isExpanded ? ( groupHeader.modelData.actions.length > 1 ? true : false ) : false
visible: groupHeader.modelData.actions.length > 1 ? true : false
height: 30
width: parent.width