Loading
fix(macos): stable Touch Bar structure — no live rebuilds
Replacing NSApp.touchBar when playback started proved glitchy: the bar could vanish entirely (no controls, no title) and recreating the items reset the subscriptions scrubber's scroll position. The bar now has a fixed item structure installed once: the title label and the position slider always exist and are simply emptied/disabled while idle, so starting playback only mutates content — never the bar itself. Co-Authored-By: Claude (RCA)