From 4f5a03a67d42a11a4ed6e2463790b1277def0f79 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 28 Aug 2021 21:28:11 +0000 Subject: Show account import progress --- qml/ConfigurePage.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qml') 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 + } } } -- cgit v1.2.3-70-g09d2