Merge pull request #412 from ThatOneCalculator/fix/mediamini-scroll-pause

fix: never scroll media mini on pause
This commit is contained in:
Lemmy
2025-10-03 18:29:32 -04:00
committed by GitHub
+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 {