mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Fix issue where sound effects setting wasn't working (#51)
This commit is contained in:
@@ -539,6 +539,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
|
||||
case "soundEnabled":
|
||||
const soundEnabled = message.bool ?? true
|
||||
await this.updateGlobalState("soundEnabled", soundEnabled)
|
||||
setSoundEnabled(soundEnabled) // Add this line to update the sound utility
|
||||
await this.postStateToWebview()
|
||||
break
|
||||
case "diffEnabled":
|
||||
|
||||
Reference in New Issue
Block a user