From e020d1c2ac63390a604257ec1aa01486d76ed6c7 Mon Sep 17 00:00:00 2001 From: Zac Gaetano Date: Sun, 10 May 2026 14:07:13 -0400 Subject: [PATCH] Help cheat sheet mentions LAN-reachable mode F1 help dialog's EXTERNAL CONTROL section now points operators at the LAN-reachable toggle for headless-host scenarios. Operators learn about the closed-network requirement + the netsh urlacl one-shot before they go looking for it. --- src/TeamsISO.App/HelpWindow.xaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/TeamsISO.App/HelpWindow.xaml b/src/TeamsISO.App/HelpWindow.xaml index 244bbee..1e360e7 100644 --- a/src/TeamsISO.App/HelpWindow.xaml +++ b/src/TeamsISO.App/HelpWindow.xaml @@ -175,7 +175,13 @@ FontSize="12" Foreground="{DynamicResource Wd.Text.Secondary}" TextWrapping="Wrap" - Text="REST API (default :9755) and OSC bridge (default :9000) are off by default. Enable from Settings → DISPLAY. Stream Deck / Companion / TouchOSC can drive ISO toggles, presets, recording, mute/camera/leave, and marker drops. See docs/CONTROL-SURFACE.md for the full vocabulary." + Text="REST API (default :9755) and OSC bridge (default :9000) are off by default. Enable from Settings → DISPLAY. Stream Deck / Companion / TouchOSC can drive ISO toggles, presets, recording, mute/camera/leave, and marker drops." + Margin="0,0,0,8"/> +