mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-03 02:42:52 +02:00
some more work on the station config
This commit is contained in:
committed by
Michael Zanetti
parent
667feee3cc
commit
f81630099a
@@ -19,7 +19,7 @@ Item {
|
||||
//highlightMoveDuration: 500
|
||||
|
||||
model: dynamicModel
|
||||
currentIndex: currentlyPlayedIndex
|
||||
currentIndex: currentlyPlayedIndex >= 0 ? currentlyPlayedIndex : 0
|
||||
|
||||
property int pathStartX: width / 2
|
||||
property int pathStartY: height / 2
|
||||
|
Reference in New Issue
Block a user