diff --git a/src-tauri/src/app_auto_updater.rs b/src-tauri/src/app_auto_updater.rs index 386819e..13287d4 100644 --- a/src-tauri/src/app_auto_updater.rs +++ b/src-tauri/src/app_auto_updater.rs @@ -455,7 +455,7 @@ impl AppAutoUpdater { percentage: Some(percentage), speed: Some(format!("{speed:.1}")), eta: Some(eta), - message: format!("Downloading update... {percentage:.1}%"), + message: format!("Downloading update..."), }, );