fix: correct spelling of "Lightweight" in tray menu

This commit is contained in:
Tunglies 2025-03-24 18:54:39 +08:00
parent 2fbcbafc53
commit 827ab4b1c5

View File

@ -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()),
)