aboutsummaryrefslogtreecommitdiff
path: root/qml/ConfigurePage.qml
diff options
context:
space:
mode:
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
+ }
}
}