Use a global constant and remove a debug line.

This commit is contained in:
Adam Treat
2023-11-15 12:23:45 -05:00
committed by AT
parent eecf351c64
commit 59ed2a0bea
2 changed files with 4 additions and 3 deletions

View File

@@ -24,7 +24,6 @@ MyDialog {
if (showEmbeddingModels) {
ModelList.downloadableModels.expanded = true
var targetModelIndex = ModelList.defaultEmbeddingModelIndex
console.log("targetModelIndex " + targetModelIndex)
modelListView.positionViewAtIndex(targetModelIndex, ListView.Contain)
}
}