mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-31 01:30:02 +02:00
only fetch more track if they are finished resolving and there are not enough tracks available yet
This commit is contained in:
@@ -50,7 +50,7 @@ Item {
|
||||
id: delegateText
|
||||
color: "white"
|
||||
//text: controlModel.controlAt( index ).summary
|
||||
text: "bla" + modelData
|
||||
text: modelData
|
||||
font.pixelSize: 28
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.verticalCenterOffset: tagCloud.randomNumber(0, 15)
|
||||
|
Reference in New Issue
Block a user