mirror of
https://github.com/smittix/intercept.git
synced 2026-06-08 14:11:54 -07:00
68cafe8cd0
switchMode() forces output.style.display='block' for modes not in modesWithVisuals (line ~4906). Our applyViewState calls were placed before this line, so the override undid the dashboard hide. Moving them after ensures SensorDashboard can correctly hide #output in dashboard mode. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>