Update macOS menu handling
This commit is contained in:
@@ -215,12 +215,12 @@ fn resolve_standard_action(action: StandardAction) -> StandardMenuItemProperties
|
|||||||
ns_string!(""),
|
ns_string!(""),
|
||||||
),
|
),
|
||||||
StandardAction::Quit => make(
|
StandardAction::Quit => make(
|
||||||
ns_string!("Quit Warp"),
|
ns_string!("Quit Galaxy"),
|
||||||
sel!(terminate:),
|
sel!(terminate:),
|
||||||
cmd,
|
cmd,
|
||||||
ns_string!("q"),
|
ns_string!("q"),
|
||||||
),
|
),
|
||||||
StandardAction::Hide => make(ns_string!("Hide Warp"), sel!(hide:), cmd, ns_string!("h")),
|
StandardAction::Hide => make(ns_string!("Hide Galaxy"), sel!(hide:), cmd, ns_string!("h")),
|
||||||
StandardAction::HideOtherApps => make(
|
StandardAction::HideOtherApps => make(
|
||||||
ns_string!("Hide Others"),
|
ns_string!("Hide Others"),
|
||||||
sel!(hideOtherApplications:),
|
sel!(hideOtherApplications:),
|
||||||
|
|||||||
Reference in New Issue
Block a user