Add accessible name to RoomDelegate

This commit is contained in:
Tobias Fella
2023-07-30 22:33:54 +02:00
parent f9514fe925
commit 719b916837

View File

@@ -31,6 +31,8 @@ Delegates.RoundedItemDelegate {
readonly property bool hasNotifications: notificationCount > 0
Accessible.name: root.displayName
onPressAndHold: createRoomListContextMenu()
TapHandler {