mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-23 22:51:15 +00:00
The standalone chat window stacked a visible title bar (traffic lights + "OpenClaw" title) above the SwiftUI toolbar row, wasting a full band of vertical space. Apply the Dashboard window's merged chrome: hidden title, transparent titlebar, no separator, movable-by-background — the unified toolbar (sidebar toggle, search, pickers, session actions) now shares its row with the traffic lights. A window subclass pins titleVisibility to hidden because SwiftUI's toolbar bridge can restore visible title chrome, and scene bridging is reset to toolbars-only after controller attachment (attaching an NSHostingController resets it to .all).