claude-app/src-tauri
Ole-Morten Duesund 6b2c8ffa08 Remove CSD titlebar buttons, fix tray toggle and quit
- Replace GTK header bar with buttonless version to work around
  upstream bug where CSD buttons become non-interactive after
  hide()/show() (tauri-apps/tauri#11856, tauri-apps/tao#1046)
- Tray menu now toggles between "Hide Claude" / "Show Claude"
- Left-click tray icon toggles window visibility
- Fix quit from tray (use std::process::exit to bypass keep-alive)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 13:04:59 +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 Remove CSD titlebar buttons, fix tray toggle and quit 2026-02-16 13:04:59 +01:00
build.rs Initial implementation of Claude desktop app (Tauri v2) 2026-02-16 11:46:01 +01:00
Cargo.lock Remove CSD titlebar buttons, fix tray toggle and quit 2026-02-16 13:04:59 +01:00
Cargo.toml Remove CSD titlebar buttons, fix tray toggle and quit 2026-02-16 13:04:59 +01:00
tauri.conf.json Initial implementation of Claude desktop app (Tauri v2) 2026-02-16 11:46:01 +01:00