claude-app/src-tauri
Ole-Morten Duesund 12c10a1ea0 Fix tray quit blocked by unconditional prevent_exit()
app_handle.exit(0) fires ExitRequested which the run callback was
unconditionally preventing. Use an AtomicBool flag so the callback
only prevents exit for hide-to-tray, not for explicit quit requests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 15:29:46 +01:00
..
capabilities Initial implementation of Claude desktop app (Tauri v2) 2026-02-16 11:46:01 +01:00
icons Initial implementation of Claude desktop app (Tauri v2) 2026-02-16 11:46:01 +01:00
src Fix tray quit blocked by unconditional prevent_exit() 2026-02-16 15:29:46 +01:00
build.rs Initial implementation of Claude desktop app (Tauri v2) 2026-02-16 11:46:01 +01:00
Cargo.lock Rename to claudify, add docs and .deb packaging 2026-02-16 13:31:33 +01:00
Cargo.toml Rename to claudify, add docs and .deb packaging 2026-02-16 13:31:33 +01:00
claudify.desktop Rename to claudify, add docs and .deb packaging 2026-02-16 13:31:33 +01:00
tauri.conf.json Rename to claudify, add docs and .deb packaging 2026-02-16 13:31:33 +01:00