RoomDelegate: Load avatar asynchronously
Speeds up scrolling through the list of rooms.
This commit is contained in:
@@ -67,6 +67,7 @@ Delegates.RoundedItemDelegate {
|
|||||||
notificationCount: root.contextNotificationCount
|
notificationCount: root.contextNotificationCount
|
||||||
notificationHighlight: root.hasHighlightNotifications
|
notificationHighlight: root.hasHighlightNotifications
|
||||||
showNotificationLabel: root.hasNotifications && root.collapsed
|
showNotificationLabel: root.hasNotifications && root.collapsed
|
||||||
|
asynchronous: true
|
||||||
|
|
||||||
Layout.preferredWidth: height
|
Layout.preferredWidth: height
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user