RoomDelegate: Load avatar asynchronously

Speeds up scrolling through the list of rooms.
This commit is contained in:
Kai Uwe Broulik
2024-12-25 21:39:23 +01:00
parent 40718d1180
commit c92284ab02

View File

@@ -67,6 +67,7 @@ Delegates.RoundedItemDelegate {
notificationCount: root.contextNotificationCount
notificationHighlight: root.hasHighlightNotifications
showNotificationLabel: root.hasNotifications && root.collapsed
asynchronous: true
Layout.preferredWidth: height
}