mirror of
https://github.com/aaddrick/claude-desktop-debian.git
synced 2026-05-17 08:36:35 +03:00
Add isDestroyed() check in the setApplicationMenu interceptor to skip destroyed windows when hiding menu bars, matching the defensive pattern used elsewhere in the codebase. Add TODO comment on getWindow() popup fallback limitation to flag that callers like getIsMaximized() may behave unexpectedly when a popup is returned instead of the main window. Co-Authored-By: Claude <claude@anthropic.com>