aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qml/AccountsPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/AccountsPage.qml b/qml/AccountsPage.qml
index 8bda7a7..aa9c6f6 100644
--- a/qml/AccountsPage.qml
+++ b/qml/AccountsPage.qml
@@ -29,7 +29,7 @@ Kirigami.Page {
onAccepted: {
var url = importAccountDialog.fileUrl.toString()
if (url.startsWith("file://")) {
- var filename = url.substring(7);
+ var filename = url.substring(7)
console.log("Importing " + filename)
var accountId = accountsModel.importAccount (filename)
if (accountId == 0) {