mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2026-01-13 11:24:24 +00:00
Fix warning and update llama.cpp submodule to latest.
This commit is contained in:
Submodule llama.cpp updated: 2f7c8e014e...6a9661ea5a
2
main.qml
2
main.qml
@@ -929,7 +929,7 @@ Window {
|
||||
Accessible.role: Accessible.EditableText
|
||||
Accessible.name: placeholderText
|
||||
Accessible.description: qsTr("Textfield for sending messages/prompts to the model")
|
||||
Keys.onReturnPressed: {
|
||||
Keys.onReturnPressed: (event)=> {
|
||||
if (event.modifiers & Qt.ControlModifier || event.modifiers & Qt.ShiftModifier)
|
||||
event.accepted = false;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user