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