From d893a6e5d6f045413dc38d567fe08ebe988b877e Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Fri, 28 Jun 2024 14:29:31 -0400 Subject: [PATCH] Give it an empty string default. Signed-off-by: Adam Treat --- gpt4all-chat/qml/ChatView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-chat/qml/ChatView.qml b/gpt4all-chat/qml/ChatView.qml index fa94cc38..ec718a25 100644 --- a/gpt4all-chat/qml/ChatView.qml +++ b/gpt4all-chat/qml/ChatView.qml @@ -638,7 +638,7 @@ Rectangle { anchors.horizontalCenter: modelInstalledLabel.horizontalCenter rightPadding: 60 leftPadding: 60 - property string defaultModel + property string defaultModel: "" function updateDefaultModel() { var i = comboBox.find(MySettings.userDefaultModel) if (i !== -1) {