mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-25 15:02:03 +00:00
make download path in settings match dl dialog
This commit is contained in:
parent
83f08b6c29
commit
d224d2a2f7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user