diff options
Diffstat (limited to 'qml')
-rw-r--r-- | qml/ConfigurePage.qml | 4 |
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 + } } } |