fix: correct spelling of "Lightweight" in tray menu

This commit is contained in:
Tunglies 2025-03-24 18:54:39 +08:00
parent 4f0ce7458e
commit e330d75a89

View File

@ -536,7 +536,7 @@ fn create_tray_menu(
let lighteweight_mode = &MenuItem::with_id( let lighteweight_mode = &MenuItem::with_id(
app_handle, app_handle,
"entry_lightweight_mode", "entry_lightweight_mode",
t("Lightweight Mode"), t("LightWeight Mode"),
true, true,
hotkeys.get("entry_lightweight_mode").map(|s| s.as_str()), hotkeys.get("entry_lightweight_mode").map(|s| s.as_str()),
) )