mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-01 08:53:36 +00:00
The renderNativeTalkSelect function was rendering an extra .agent-chat__talk-select-label span element for Voice and Sensitivity fields, causing misalignment with the Model field. Changes: - Remove selectedLabel parameter from renderNativeTalkSelect function signature - Remove the conditional rendering of .agent-chat__talk-select-label span - Clean up the selectedLabel argument in renderRealtimeTalkOptions This ensures all three fields (Voice, Model, Sensitivity) have identical HTML structure (label span + input/select), resulting in perfect visual alignment. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>