Don't animate "Loading messages..." when invisible
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user