This commit is contained in:
Ly-sec
2025-10-04 00:30:17 +02:00
2 changed files with 23 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"languages": {
"QML": {
"format_on_save": "on",
"formatter": {
"external": {
"command": "qmlfmt",
"arguments": [
"-e",
"-b",
"360",
"-t",
"2",
"-i",
"2",
"{buffer_path}"
]
}
}
}
}
}
+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 {