1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-20 07:52:30 +02:00

revert back to static model for genre tag cloud

This commit is contained in:
Michael Zanetti 2013-08-04 22:29:44 +02:00
parent 1131840a23
commit 23b477da19

View File

@ -83,7 +83,7 @@ Item {
TagCloud {
anchors.fill: parent
anchors.margins: parent.width / 6
model: allGenres
model: styleModel
onTagClicked: {
root.createStation(tag);