From b51024c2721f9163353425cd9a458dff4d21462c Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Sun, 22 Oct 2023 10:54:20 -0700 Subject: [PATCH] homescreens/folio: Remove default import/export folder --- .../folio/package/contents/ui/settings/SettingsWindow.qml | 2 -- 1 file changed, 2 deletions(-) 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: {