Skip to content

Commit

Permalink
Added a viewplaceholder during initial loading of tags
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlpete committed Jan 2, 2015
1 parent df461af commit e318fd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qml/pages/MainPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ Page {
anchors.top: header.bottom
anchors.topMargin: Theme.paddingLarge
}
ViewPlaceholder {
enabled: tagCloud.maxTagCount == 0
text: qsTr("Loading")
}

function setTags()
{
Expand Down

0 comments on commit e318fd7

Please sign in to comment.