From 79d43b90b88a6f1779bbc8d38f9af966ac800433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Tue, 16 Dec 2025 13:34:41 +0100 Subject: [PATCH] Update progress title logic to match what the progress bar shows --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index 98abd27..28de070 100644 --- a/src/app.rs +++ b/src/app.rs @@ -5538,7 +5538,7 @@ impl Application for App { } let finished = count - running; total_progress /= count as f32; - if running > 1 { + if running > 1 || finished > 0 { if finished > 0 { title = fl!( "operations-running-finished",