mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
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