Fix the dialog so it opens on the correct folder.

dedup_qml
Adam Treat 1 year ago committed by AT
parent ef052aed84
commit d9698436df

@ -408,7 +408,7 @@ Dialog {
FolderDialog {
id: modelPathDialog
title: "Please choose a directory"
currentFolder: Download.downloadLocalModelsPath
currentFolder: "file://" + Download.downloadLocalModelsPath
onAccepted: {
Download.downloadLocalModelsPath = selectedFolder
settings.modelPath = Download.downloadLocalModelsPath

@ -662,7 +662,7 @@ Dialog {
FolderDialog {
id: modelPathDialog
title: "Please choose a directory"
currentFolder: Download.downloadLocalModelsPath
currentFolder: "file://" + Download.downloadLocalModelsPath
onAccepted: {
Download.downloadLocalModelsPath = selectedFolder
settings.modelPath = Download.downloadLocalModelsPath

Loading…
Cancel
Save