From 52d2055699f3d1fcadda1d47c7bc8f8be99c2523 Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Tue, 30 Sep 2025 18:20:28 -0400 Subject: [PATCH] MediaMini: fix another binding loop. --- Modules/Bar/Widgets/MediaMini.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Bar/Widgets/MediaMini.qml b/Modules/Bar/Widgets/MediaMini.qml index 0f96cb9a..ae960cd5 100644 --- a/Modules/Bar/Widgets/MediaMini.qml +++ b/Modules/Bar/Widgets/MediaMini.qml @@ -279,7 +279,7 @@ Item { Item { id: scrollContainer height: parent.height - width: hasActivePlayer ? childrenRect.width : parent.width + width: parent.width property real scrollX: 0 x: hasActivePlayer ? scrollX : 0