Merge branch 'main' of github.com:noctalia-dev/noctalia-shell

This commit is contained in:
ItsLemmy
2025-10-03 19:02:54 -04:00
12 changed files with 102 additions and 10 deletions
+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 {