mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-21 21:01:06 -05:00
Improvements to apply_diff (#52)
This commit is contained in:
@@ -20,7 +20,7 @@ export const isWAV = (filepath: string): boolean => {
|
||||
return path.extname(filepath).toLowerCase() === ".wav"
|
||||
}
|
||||
|
||||
let isSoundEnabled = true
|
||||
let isSoundEnabled = false
|
||||
|
||||
/**
|
||||
* Set sound configuration
|
||||
|
||||
Reference in New Issue
Block a user