mac: revert webchat menu fallback
This commit is contained in:
@@ -90,11 +90,6 @@ struct ClawdisApp: App {
|
|||||||
|
|
||||||
@MainActor
|
@MainActor
|
||||||
private func toggleWebChatPanel() {
|
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
|
self.isMenuPresented = false
|
||||||
WebChatManager.shared.togglePanel(
|
WebChatManager.shared.togglePanel(
|
||||||
sessionKey: WebChatManager.shared.preferredSessionKey(),
|
sessionKey: WebChatManager.shared.preferredSessionKey(),
|
||||||
|
|||||||
Reference in New Issue
Block a user