Settings: set scrollingTitle default to false

This commit is contained in:
Ly-sec
2025-09-25 01:02:26 +02:00
parent 96c2817e06
commit 4de6489cbf

View File

@@ -266,7 +266,7 @@ Singleton {
property string visualizerType: "linear"
property list<string> mprisBlacklist: []
property string preferredPlayer: ""
property bool scrollingTitle: true
property bool scrollingTitle: false
property int scrollingSpeed: 18
}