forked from Silverfish/proton-bridge
GODT-1829: fix for cache path selection.
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user