style: copy

This commit is contained in:
zhom
2025-07-08 17:36:58 +04:00
parent e742e5fdfa
commit bc1b9e9757
+1 -1
View File
@@ -455,7 +455,7 @@ impl AppAutoUpdater {
percentage: Some(percentage),
speed: Some(format!("{speed:.1}")),
eta: Some(eta),
message: format!("Downloading update..."),
message: "Downloading update...".to_string(),
},
);