CodeNomad/packages/tauri-app/src-tauri
Pascal André e7a27c92b0
fix(tauri): restore macOS quit shortcut (#633)
## 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
2026-08-03 09:51:54 +01:00
..
capabilities fix(tauri): restore external links in the folder picker (#225) 2026-03-20 22:48:29 +00:00
gen/schemas feat(tauri): support self-signed remote HTTPS via server-backed proxy (#333) 2026-04-19 23:26:55 +01:00
icons/linux fix(desktop): improve Linux desktop icon integration (#334) 2026-04-18 23:46:03 +01:00
src fix(tauri): restore macOS quit shortcut (#633) 2026-08-03 09:51:54 +01:00
build.rs fix(tauri): refresh bundled resources on rebuild (#394) 2026-05-07 09:26:33 +01:00
Cargo.toml fix(restore): simplify persistence and harden cross-platform cleanup (#602) 2026-07-17 22:17:15 +01:00
icon.icns Add Tauri app sources 2025-11-21 15:22:59 +00:00
icon.ico Add Tauri app sources 2025-11-21 15:22:59 +00:00
icon.png Add Tauri app sources 2025-11-21 15:22:59 +00:00
Info.plist fix(desktop): bundle CLI resources and request mic access 2026-03-28 15:30:14 +00:00
tauri.conf.json feat(desktop): persist and restore UI state across restarts (#578) 2026-07-15 10:22:23 +01:00