Set Accessible names for space list
This commit is contained in:
@@ -57,6 +57,7 @@ Kirigami.ScrollablePage {
|
|||||||
QQC2.ToolTip {
|
QQC2.ToolTip {
|
||||||
text: homeButton.text
|
text: homeButton.text
|
||||||
}
|
}
|
||||||
|
Accessible.name: text
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -81,6 +82,8 @@ Kirigami.ScrollablePage {
|
|||||||
sortFilterRoomListModel.activeSpaceId = id;
|
sortFilterRoomListModel.activeSpaceId = id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Accessible.name: currentRoom.displayName
|
||||||
|
|
||||||
QQC2.ToolTip {
|
QQC2.ToolTip {
|
||||||
text: currentRoom.displayName
|
text: currentRoom.displayName
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user