Skip to content

Commit

Permalink
make download path in settings match dl dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
apage43 authored and manyoso committed Apr 27, 2023
1 parent 8a13d63 commit 305c9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/SettingsDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 305c9dc

Please sign in to comment.