mac: revert webchat menu fallback

This commit is contained in:
Peter Steinberger
2025-12-09 23:15:25 +01:00
parent 052d8ba879
commit e80e5b0801

View File

@@ -90,11 +90,6 @@ struct ClawdisApp: App {
@MainActor
private func toggleWebChatPanel() {
guard AppStateStore.webChatEnabled else {
// When web chat is disabled, fall back to normal menu behavior.
self.isMenuPresented = true
return
}
self.isMenuPresented = false
WebChatManager.shared.togglePanel(
sessionKey: WebChatManager.shared.preferredSessionKey(),