fix(chat): add missing chatTtsToggle button to prevent null reference error

The chat.js init() template did not include #chatTtsToggle, causing
a runtime TypeError when hasTTS was true. Added the toggle button
inside .chat-header-actions, matching chat-public.js structure.
Regenerated chat.min.js.
This commit is contained in:
2026-04-29 06:30:13 +00:00
parent f24f25e74e
commit 44c3a6c910
2 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long