style: copy

This commit is contained in:
zhom
2025-07-11 03:09:38 +04:00
parent 9ce7757cb2
commit e742e5fdfa
+1 -1
View File
@@ -455,7 +455,7 @@ impl AppAutoUpdater {
percentage: Some(percentage), percentage: Some(percentage),
speed: Some(format!("{speed:.1}")), speed: Some(format!("{speed:.1}")),
eta: Some(eta), eta: Some(eta),
message: format!("Downloading update... {percentage:.1}%"), message: format!("Downloading update..."),
}, },
); );