GODT-1829: fix for cache path selection.

This commit is contained in:
Xavier Michelon
2022-09-12 14:39:38 +02:00
parent 09c67dd557
commit 17a854e8e1

View File

@ -79,7 +79,7 @@ SettingsView {
id: pathDialog
title: qsTr("Select cache location")
currentFolder: root._diskCachePath
onAccepted: root._diskCachePath = pathDialog.fileUrl
onAccepted: root._diskCachePath = pathDialog.selectedFolder
}
}