diff --git a/src/qml/Page/RoomListPage.qml b/src/qml/Page/RoomListPage.qml index 2b20405b5..4c16dcdaf 100644 --- a/src/qml/Page/RoomListPage.qml +++ b/src/qml/Page/RoomListPage.qml @@ -57,6 +57,7 @@ Kirigami.ScrollablePage { QQC2.ToolTip { text: homeButton.text } + Accessible.name: text } } @@ -81,6 +82,8 @@ Kirigami.ScrollablePage { sortFilterRoomListModel.activeSpaceId = id; } + Accessible.name: currentRoom.displayName + QQC2.ToolTip { text: currentRoom.displayName }