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 8a13d638d4
commit 305c9dc30c

View File

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