mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-27 05:19:07 +00:00
change accessible description for thumbs up button
This commit is contained in:
parent
a19ef751dc
commit
d7ab4c0e2d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user