From bc1b9e9757030acaf4213f6afa9c593bc1509745 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Tue, 8 Jul 2025 17:36:58 +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 13287d4..9e7f9df 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..."), + message: "Downloading update...".to_string(), }, );