From c794488b254bef7fa1e3902efc2f0b3a4ba6b116 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Fri, 28 Apr 2023 22:37:59 -0400 Subject: [PATCH] Fixup. --- qml/ModelDownloaderDialog.qml | 2 +- qml/SettingsDialog.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qml/ModelDownloaderDialog.qml b/qml/ModelDownloaderDialog.qml index d6ffeb64..24b26d13 100644 --- a/qml/ModelDownloaderDialog.qml +++ b/qml/ModelDownloaderDialog.qml @@ -325,7 +325,7 @@ Dialog { FolderDialog { id: modelPathDialog title: "Please choose a directory" - folder: Download.downloadLocalModelsPath + currentFolder: Download.downloadLocalModelsPath onAccepted: { Download.downloadLocalModelsPath = selectedFolder settings.modelPath = Download.downloadLocalModelsPath diff --git a/qml/SettingsDialog.qml b/qml/SettingsDialog.qml index 2dcfc60f..41df9818 100644 --- a/qml/SettingsDialog.qml +++ b/qml/SettingsDialog.qml @@ -538,7 +538,7 @@ The prompt below is a question to answer, a task to complete, or a conversation FolderDialog { id: modelPathDialog title: "Please choose a directory" - folder: Download.downloadLocalModelsPath + currentFolder: Download.downloadLocalModelsPath onAccepted: { Download.downloadLocalModelsPath = selectedFolder settings.modelPath = Download.downloadLocalModelsPath