mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-06 10:33:38 +00:00
chat: fix syntax error in main.qml
This commit is contained in:
parent
34daf240f9
commit
c25dc51935
@ -282,7 +282,7 @@ Window {
|
|||||||
highlighted: comboBox.highlightedIndex === index
|
highlighted: comboBox.highlightedIndex === index
|
||||||
}
|
}
|
||||||
Accessible.role: Accessible.ComboBox
|
Accessible.role: Accessible.ComboBox
|
||||||
Accessible.name: qsTr(List of available models"")
|
Accessible.name: qsTr("List of available models")
|
||||||
Accessible.description: qsTr("The top item is the current model")
|
Accessible.description: qsTr("The top item is the current model")
|
||||||
onActivated: function (index) {
|
onActivated: function (index) {
|
||||||
currentChat.stopGenerating()
|
currentChat.stopGenerating()
|
||||||
|
Loading…
Reference in New Issue
Block a user