From 5cf649353fefd1945dc1764895be06bc26fcef01 Mon Sep 17 00:00:00 2001 From: link2xt Date: Thu, 25 Feb 2021 00:23:43 +0300 Subject: Set FileDialog folder to home --- qml/AccountsPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/AccountsPage.qml b/qml/AccountsPage.qml index f413cf5..a1492f2 100644 --- a/qml/AccountsPage.qml +++ b/qml/AccountsPage.qml @@ -41,6 +41,7 @@ Kirigami.Page { FileDialog { id: importAccountDialog title: "Import account" + folder: shortcuts.home onAccepted: { var url = importAccountDialog.fileUrl.toString() if (url.startsWith("file://")) { -- cgit v1.2.3-54-g00ecf