mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
change accessible description for thumbs up button
This commit is contained in:
parent
57852bfb9c
commit
aeba3942b1
@ -651,7 +651,7 @@ Window {
|
||||
}
|
||||
Accessible.role = Accessible.Button
|
||||
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: {
|
||||
if (thumbsUpState && !thumbsDownState)
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user