fix(talk): harden TTS + add system fallback
This commit is contained in:
@@ -29,6 +29,10 @@ final class WebChatManager {
|
||||
|
||||
var onPanelVisibilityChanged: ((Bool) -> Void)?
|
||||
|
||||
var activeSessionKey: String? {
|
||||
self.panelSessionKey ?? self.windowSessionKey
|
||||
}
|
||||
|
||||
func show(sessionKey: String) {
|
||||
self.closePanel()
|
||||
if let controller = self.windowController {
|
||||
|
||||
Reference in New Issue
Block a user