Skip to content

Commit 1a9e01d

Browse files
committed
remove celebration sound on resume completed task
1 parent 14c3f9d commit 1a9e01d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webview-ui/src/components/chat/ChatView.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
179179
setDidClickCancel(false) // special case where we reset the cancel button state
180180
break
181181
case "resume_completed_task":
182-
playSound("celebration")
183182
setTextAreaDisabled(false)
184183
setClineAsk("resume_completed_task")
185184
setEnableButtons(true)

0 commit comments

Comments
 (0)