From 1a9e01daf41c773dd2d2f366e46cb10d29fe567a Mon Sep 17 00:00:00 2001 From: ColemanRoo Date: Tue, 17 Dec 2024 11:11:40 -0600 Subject: [PATCH] remove celebration sound on resume completed task --- webview-ui/src/components/chat/ChatView.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/webview-ui/src/components/chat/ChatView.tsx b/webview-ui/src/components/chat/ChatView.tsx index ff765e2..13c0fa8 100644 --- a/webview-ui/src/components/chat/ChatView.tsx +++ b/webview-ui/src/components/chat/ChatView.tsx @@ -179,7 +179,6 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie setDidClickCancel(false) // special case where we reset the cancel button state break case "resume_completed_task": - playSound("celebration") setTextAreaDisabled(false) setClineAsk("resume_completed_task") setEnableButtons(true)