Fix opening account editor

This commit is contained in:
Tobias Fella
2023-11-11 23:06:09 +01:00
parent e6c8b3fa4b
commit 2435a6b953

View File

@@ -88,7 +88,7 @@ FormCard.FormCardPage {
id: openFileDialog
OpenFileDialog {
folder: StandardPaths.writableLocation(StandardPaths.PicturesLocation)
currentFolder: StandardPaths.standardLocations(StandardPaths.PicturesLocation)[0]
parentWindow: root.Window.window
onAccepted: destroy()