wails/v3/pkg
Lea Anthony 304f958640 fix(linux): add mutex protection for menuActive flag
Address data race in menuActive flag access:
- Add menuMutex sync.RWMutex to WindowAttachConfig struct
- Protect menuActive read in WindowLostFocus handler with RLock
- Protect menuActive writes in AboutToShow and Event handlers with Lock

This fixes concurrent access between DBus callbacks (writes) and the
WindowLostFocus handler (reads) that could cause data races.

Addresses CodeRabbit review comments from PR #4775.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-15 22:26:25 +11:00
..
application fix(linux): add mutex protection for menuActive flag 2025-12-15 22:26:25 +11:00
errs feat: adapt iOS and Android message processors to RuntimeRequest transport 2025-12-10 21:27:04 +11:00
events feat(linux): add WebKit2 load-change events (#4783) 2025-12-14 06:59:01 +11:00
icons [v3 windows] Small icon updates 2023-06-10 10:19:33 +10:00
mac [v3] Add start_at_login plugin 2023-04-05 21:22:02 +10:00
services fix(ios): correct service implementation pattern for dock and notifications 2025-12-12 06:01:38 +11:00
w32 [v3 alpha] windows tray minor refactor (#4653) 2025-11-04 07:44:58 +11:00