mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"languages": {
|
||||
"QML": {
|
||||
"format_on_save": "on",
|
||||
"formatter": {
|
||||
"external": {
|
||||
"command": "qmlfmt",
|
||||
"arguments": [
|
||||
"-e",
|
||||
"-b",
|
||||
"360",
|
||||
"-t",
|
||||
"2",
|
||||
"-i",
|
||||
"2",
|
||||
"{buffer_path}"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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