fix: never scroll on pause

This commit is contained in:
Kainoa Kanter
2025-10-02 14:47:14 -07:00
parent 4b84e48e8e
commit 8e3e60a0b1
+1 -1
View File
@@ -208,7 +208,7 @@ Item {
property bool isResetting: false
property real textWidth: fullTitleMetrics.contentWidth
property real containerWidth: 0
property bool needsScrolling: textWidth > containerWidth
property bool needsScrolling: textWidth > containerWidth && MediaService.isPlaying
// Timer for "always" mode with delay
Timer {