diff options
author | link2xt <link2xt@testrun.org> | 2021-02-25 00:23:43 +0300 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 2021-02-25 00:23:43 +0300 |
commit | 5cf649353fefd1945dc1764895be06bc26fcef01 (patch) | |
tree | f584de29b0a2a0e3b63fae82fb5d7efe33cbef5b /qml | |
parent | d533f86b5b29963a695dbc50f6543a317a2ccd3d (diff) | |
download | kdeltachat-5cf649353fefd1945dc1764895be06bc26fcef01.tar.gz kdeltachat-5cf649353fefd1945dc1764895be06bc26fcef01.zip |
Set FileDialog folder to home
Diffstat (limited to 'qml')
-rw-r--r-- | qml/AccountsPage.qml | 1 |
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://")) { |