mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
MediaMini: fix incontinous title scrolling when media isn't playing
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user