From c92284ab025bfcbb44d14fbe29300126c8612585 Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Wed, 25 Dec 2024 21:39:23 +0100 Subject: [PATCH] RoomDelegate: Load avatar asynchronously Speeds up scrolling through the list of rooms. --- src/qml/RoomDelegate.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/RoomDelegate.qml b/src/qml/RoomDelegate.qml index 1d75eca0c..a0d50c309 100644 --- a/src/qml/RoomDelegate.qml +++ b/src/qml/RoomDelegate.qml @@ -67,6 +67,7 @@ Delegates.RoundedItemDelegate { notificationCount: root.contextNotificationCount notificationHighlight: root.hasHighlightNotifications showNotificationLabel: root.hasNotifications && root.collapsed + asynchronous: true Layout.preferredWidth: height }