aboutsummaryrefslogtreecommitdiff
path: root/qml/ConfigurePage.qml
diff options
context:
space:
mode:
authorlink2xt <link2xt@testrun.org>2021-08-28 21:28:11 +0000
committerlink2xt <link2xt@testrun.org>2021-08-28 21:28:11 +0000
commit4f5a03a67d42a11a4ed6e2463790b1277def0f79 (patch)
treefc52021f3304d125ef9ad512841b8456e8a984aa /qml/ConfigurePage.qml
parentcaac309593527dcd3da562a7ad7ccb9ff39a04bc (diff)
downloadkdeltachat-4f5a03a67d42a11a4ed6e2463790b1277def0f79.tar.gz
kdeltachat-4f5a03a67d42a11a4ed6e2463790b1277def0f79.zip
Show account import progress
Diffstat (limited to 'qml/ConfigurePage.qml')
-rw-r--r--qml/ConfigurePage.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/qml/ConfigurePage.qml b/qml/ConfigurePage.qml
index 5a28e91..a745348 100644
--- a/qml/ConfigurePage.qml
+++ b/qml/ConfigurePage.qml
@@ -167,5 +167,9 @@ Kirigami.Page {
function onConfigureProgress(accountId, progress, comment) {
progressBar.value = progress / 1000.0
}
+
+ function onImexProgress(accountId, progress) {
+ progressBar.value = progress / 1000.0
+ }
}
}