Update progress title logic to match what the progress bar shows

This commit is contained in:
nicole mikołajczyk 2025-12-16 13:34:41 +01:00 committed by GitHub
parent a760a9e8d6
commit 79d43b90b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",