make download path in settings match dl dialog

This commit is contained in:
Aaron Miller 2023-04-27 14:15:46 -07:00 committed by AT
parent 83f08b6c29
commit d224d2a2f7

View File

@ -544,7 +544,7 @@ The prompt below is a question to answer, a task to complete, or a conversation
}
TextField {
id: modelPathDisplayLabel
text: settings.modelPath
text: Download.downloadLocalModelsPath
readOnly: true
color: theme.textColor
implicitWidth: 300