update upload progress bar in update_upload_labels()

Thu, 08 Feb 2024 10:35:07 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 08 Feb 2024 10:35:07 +0100
changeset 25
915131bc3233
parent 24
12ad3393c151
child 26
40d6af793c1a

update upload progress bar in update_upload_labels()

application/davcontroller.c file | annotate | diff | comparison | revisions
--- a/application/davcontroller.c	Thu Feb 08 10:31:19 2024 +0100
+++ b/application/davcontroller.c	Thu Feb 08 10:35:07 2024 +0100
@@ -290,6 +290,9 @@
         *sz_uploaded_end = 0;
     }
 
+    double progress = upload_progress(upload);
+    ui_set(upload->progress, upload_progress(upload));
+
     cxmutstr label1;
     if (upload->total_files + upload->total_directories > 1) {
         label1 = cx_asprintf(

mercurial