From 2435a6b9532dd6cf68b037e3b3fb426d44b42fea Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 11 Nov 2023 23:06:09 +0100 Subject: [PATCH] Fix opening account editor --- src/qml/AccountEditorPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/AccountEditorPage.qml b/src/qml/AccountEditorPage.qml index 6496bdab7..634969308 100644 --- a/src/qml/AccountEditorPage.qml +++ b/src/qml/AccountEditorPage.qml @@ -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()