mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-29 16:55:59 +00:00
change accessible description for thumbs up button
This commit is contained in:
@@ -651,7 +651,7 @@ Window {
|
|||||||
}
|
}
|
||||||
Accessible.role = Accessible.Button
|
Accessible.role = Accessible.Button
|
||||||
Accessible.name = qsTr("Thumbs up")
|
Accessible.name = qsTr("Thumbs up")
|
||||||
Accessible.description = qsTr("Updates response and chatModel state for thumbs up")
|
Accessible.description = qsTr("Gives a thumbs up to the response")
|
||||||
onClicked: {
|
onClicked: {
|
||||||
if (thumbsUpState && !thumbsDownState)
|
if (thumbsUpState && !thumbsDownState)
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user