Преглед изворни кода

remove celebration sound on resume completed task

ColemanRoo пре 1 година
родитељ
комит
1a9e01daf4
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      webview-ui/src/components/chat/ChatView.tsx

+ 0 - 1
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)