MediaMini: fix incontinous title scrolling when media isn't playing

This commit is contained in:
Sighthesia
2025-10-20 22:11:48 +08:00
parent 92c5a70f8f
commit 7db40ffdfb

View File

@@ -263,7 +263,7 @@ Item {
property bool isResetting: false
property real textWidth: fullTitleMetrics.contentWidth
property real containerWidth: 0
property bool needsScrolling: textWidth > containerWidth && MediaService.isPlaying
property bool needsScrolling: textWidth > containerWidth
// Timer for "always" mode with delay
Timer {