diff --git a/backend/tauri/src/core/tray.rs b/backend/tauri/src/core/tray.rs index ac4ee5d00c..d7d4b859e1 100644 --- a/backend/tauri/src/core/tray.rs +++ b/backend/tauri/src/core/tray.rs @@ -149,7 +149,7 @@ impl Tray { #[cfg(not(target_os = "linux"))] { - let zh = { Config::verge().latest().language == Some("zh".into()) }; + let zh = { verge.language == Some("zh".into()) }; macro_rules! t { ($en: expr, $zh: expr) => { if zh {