mirror of
https://github.com/NeuralNomadsAI/CodeNomad.git
synced 2026-08-11 01:13:39 +00:00
## Summary - add the standard Cmd+Q accelerator to the Tauri macOS Quit menu item - keep the existing custom quit event so shutdown still flushes renderer state and stops the managed CLI - leave Windows Ctrl+W tab closing and Alt+F4 app closing unchanged ## Why The macOS menu used a plain text item with no accelerator. Tauri's predefined native Quit item would restore Cmd+Q, but it bypasses the custom menu event and could skip CodeNomad's coordinated shutdown. A regular menu item with CmdOrCtrl+Q restores the shortcut while preserving cleanup. ## Validation - 84 Tauri tests pass - cargo check --locked passes - ustfmt check passes for main.rs - git diff --check passes - Gatekeeper review: zero findings - macOS runtime unavailable; accelerator and shutdown routing verified against the pinned Tauri/muda behavior Closes #590 |
||
|---|---|---|
| .. | ||
| capabilities | ||
| gen/schemas | ||
| icons/linux | ||
| src | ||
| build.rs | ||
| Cargo.toml | ||
| icon.icns | ||
| icon.ico | ||
| icon.png | ||
| Info.plist | ||
| tauri.conf.json | ||