From 69618b1bacc4194f3cfff61bf1c3a05d920be48e Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 15 May 2025 11:35:06 -0600 Subject: [PATCH] Fix finished progress --- src/operation/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operation/mod.rs b/src/operation/mod.rs index 4ffc90f..483a553 100644 --- a/src/operation/mod.rs +++ b/src/operation/mod.rs @@ -1198,7 +1198,7 @@ impl Operation { } }; - controller_clone.set_progress(100.0); + controller_clone.set_progress(1.0); paths }