mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-10 01:10:35 +00:00
Give it an empty string default.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
parent
8fe73832a6
commit
d893a6e5d6
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user