Don't animate "Loading messages..." when invisible
This commit is contained in:
parent
2090110285
commit
1a32c26b4d
|
@ -216,7 +216,7 @@ Rectangle {
|
|||
width: Math.min(parent.width, implicitWidth)
|
||||
anchors.centerIn: parent
|
||||
|
||||
loading: true
|
||||
loading: parent.visible
|
||||
text: qsTr("Loading previous messages...")
|
||||
enableRadius: true
|
||||
iconItem.small: true
|
||||
|
|
Loading…
Reference in New Issue
Block a user