aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlink2xt <link2xt@testrun.org>2021-02-25 00:23:43 +0300
committerlink2xt <link2xt@testrun.org>2021-02-25 00:23:43 +0300
commit5cf649353fefd1945dc1764895be06bc26fcef01 (patch)
treef584de29b0a2a0e3b63fae82fb5d7efe33cbef5b
parentd533f86b5b29963a695dbc50f6543a317a2ccd3d (diff)
downloadkdeltachat-5cf649353fefd1945dc1764895be06bc26fcef01.tar.gz
kdeltachat-5cf649353fefd1945dc1764895be06bc26fcef01.zip
Set FileDialog folder to home
-rw-r--r--qml/AccountsPage.qml1
1 files changed, 1 insertions, 0 deletions
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://")) {