mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 06:33:45 +08:00
fix: correct spelling of "Lightweight" in tray menu
This commit is contained in:
parent
4f0ce7458e
commit
e330d75a89
@ -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()),
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user