mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 10:33:34 +00:00
Merge pull request #412 from ThatOneCalculator/fix/mediamini-scroll-pause
fix: never scroll media mini on pause
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user