Fix issue 1918 for accessibility of screen readers.

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
Adam Treat
2024-02-07 10:37:15 -05:00
parent 490404dbb2
commit 4258bb1f8a
2 changed files with 3 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ Drawer {
}
}
Accessible.role: Accessible.Button
Accessible.name: qsTr("Select the current chat")
Accessible.name: text
Accessible.description: qsTr("Select the current chat or edit the chat when in edit mode")
}
Row {