diff --git a/containments/homescreens/folio/package/contents/ui/settings/SettingsWindow.qml b/containments/homescreens/folio/package/contents/ui/settings/SettingsWindow.qml index 1159705d..b2d0a934 100644 --- a/containments/homescreens/folio/package/contents/ui/settings/SettingsWindow.qml +++ b/containments/homescreens/folio/package/contents/ui/settings/SettingsWindow.qml @@ -210,7 +210,6 @@ Kirigami.ApplicationWindow { FileDialog { id: exportFileDialog title: i18n("Export layout to") - currentFolder: StandardPaths.standardLocations(StandardPaths.DownloadsLocation) fileMode: FileDialog.SaveFile defaultSuffix: 'json' nameFilters: ["JSON files (*.json)"] @@ -229,7 +228,6 @@ Kirigami.ApplicationWindow { FileDialog { id: importFileDialog - currentFolder: StandardPaths.standardLocations(StandardPaths.DownloadsLocation) fileMode: FileDialog.OpenFile nameFilters: ["JSON files (*.json)"] onAccepted: {