mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-03 20:57:52 +02:00
revert back to static model for genre tag cloud
This commit is contained in:
@@ -83,7 +83,7 @@ Item {
|
|||||||
TagCloud {
|
TagCloud {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: parent.width / 6
|
anchors.margins: parent.width / 6
|
||||||
model: allGenres
|
model: styleModel
|
||||||
|
|
||||||
onTagClicked: {
|
onTagClicked: {
|
||||||
root.createStation(tag);
|
root.createStation(tag);
|
||||||
|
Reference in New Issue
Block a user