mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-15 15:28:42 +00:00
Fix issue 1918 for accessibility of screen readers.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user