From 305c9dc30ca104f626110f416d12dd8dc62548d9 Mon Sep 17 00:00:00 2001 From: Aaron Miller Date: Thu, 27 Apr 2023 14:15:46 -0700 Subject: [PATCH] make download path in settings match dl dialog --- qml/SettingsDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/SettingsDialog.qml b/qml/SettingsDialog.qml index ea079761..9d3e140a 100644 --- a/qml/SettingsDialog.qml +++ b/qml/SettingsDialog.qml @@ -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