mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Fix the build.
This commit is contained in:
parent
bcce93555a
commit
b36a520207
@ -649,9 +649,9 @@ Window {
|
|||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
source: "qrc:/gpt4all/icons/thumbs_up.svg"
|
source: "qrc:/gpt4all/icons/thumbs_up.svg"
|
||||||
}
|
}
|
||||||
Accessible.role = Accessible.Button
|
Accessible.role: Accessible.Button
|
||||||
Accessible.name = qsTr("Thumbs up")
|
Accessible.name: qsTr("Thumbs up")
|
||||||
Accessible.description = qsTr("Gives a thumbs up to the response")
|
Accessible.description: qsTr("Gives a thumbs up to the response")
|
||||||
onClicked: {
|
onClicked: {
|
||||||
if (thumbsUpState && !thumbsDownState)
|
if (thumbsUpState && !thumbsDownState)
|
||||||
return
|
return
|
||||||
@ -685,9 +685,9 @@ Window {
|
|||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
source: "qrc:/gpt4all/icons/thumbs_down.svg"
|
source: "qrc:/gpt4all/icons/thumbs_down.svg"
|
||||||
}
|
}
|
||||||
Accessible.role = Accessible.Button
|
Accessible.role: Accessible.Button
|
||||||
Accessible.name = qsTr("Thumbs down")
|
Accessible.name: qsTr("Thumbs down")
|
||||||
Accessible.description = qsTr("Opens thumbs down dialog")
|
Accessible.description: qsTr("Opens thumbs down dialog")
|
||||||
onClicked: {
|
onClicked: {
|
||||||
thumbsDownDialog.open()
|
thumbsDownDialog.open()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user