From e330d75a895f16b1bc09c6e78df2c0181f653146 Mon Sep 17 00:00:00 2001 From: Tunglies Date: Mon, 24 Mar 2025 18:54:39 +0800 Subject: [PATCH] fix: correct spelling of "Lightweight" in tray menu --- src-tauri/src/core/tray/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/src/core/tray/mod.rs b/src-tauri/src/core/tray/mod.rs index 4df22b44..166b151e 100644 --- a/src-tauri/src/core/tray/mod.rs +++ b/src-tauri/src/core/tray/mod.rs @@ -536,7 +536,7 @@ fn create_tray_menu( let lighteweight_mode = &MenuItem::with_id( app_handle, "entry_lightweight_mode", - t("Lightweight Mode"), + t("LightWeight Mode"), true, hotkeys.get("entry_lightweight_mode").map(|s| s.as_str()), )