From c9974a8071fc98e7f62fa85a6864a6a484d62ade Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Tue, 8 Jul 2025 06:41:09 +0400 Subject: [PATCH] style: copy --- src-tauri/src/app_auto_updater.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."), }, );