# HG changeset patch # User Olaf Wintermann # Date 1707384907 -3600 # Node ID 915131bc32333e4fc77e08553cc1d73b7e9c0e8c # Parent 12ad3393c1513cbd705c493c3fadfaa0c3f475cb update upload progress bar in update_upload_labels() diff -r 12ad3393c151 -r 915131bc3233 application/davcontroller.c --- 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(