diff options
Diffstat (limited to 'qml/AccountsPage.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://")) { |