Fix macOS icon padding, Quit/Hide menu labels, OSS config dir, Bedrock tool_result pairing
- Icon now follows Apple HIG: artwork at 80% canvas with transparent padding - Quit Warp -> Quit Galaxy, Hide Warp -> Hide Galaxy in macOS menus - OSS channel uses ~/.galaxy (no -oss suffix) - Robust ensure_tool_results_paired: positional adjacency validation for Bedrock API
This commit is contained in:
@@ -190,8 +190,8 @@ fn resolve_standard_action(action: StandardAction) -> StandardMenuItemProperties
|
||||
|
||||
match action {
|
||||
StandardAction::Close => make("Close Window", "performClose:", none, ""),
|
||||
StandardAction::Quit => make("Quit Warp", "terminate:", cmd, "q"),
|
||||
StandardAction::Hide => make("Hide Warp", "hide:", cmd, "h"),
|
||||
StandardAction::Quit => make("Quit Galaxy", "terminate:", cmd, "q"),
|
||||
StandardAction::Hide => make("Hide Galaxy", "hide:", cmd, "h"),
|
||||
StandardAction::HideOtherApps => {
|
||||
make("Hide Others", "hideOtherApplications:", cmd | option, "h")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user