mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-18 08:06:59 +00:00
GODT-1829: fix for cache path selection.
This commit is contained in:
@ -79,7 +79,7 @@ SettingsView {
|
|||||||
id: pathDialog
|
id: pathDialog
|
||||||
title: qsTr("Select cache location")
|
title: qsTr("Select cache location")
|
||||||
currentFolder: root._diskCachePath
|
currentFolder: root._diskCachePath
|
||||||
onAccepted: root._diskCachePath = pathDialog.fileUrl
|
onAccepted: root._diskCachePath = pathDialog.selectedFolder
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user