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()