Add translate sound

This commit is contained in:
kwaroran
2025-03-13 20:21:05 +09:00
parent 20087a09b2
commit fef10c1e56
4 changed files with 14 additions and 1 deletions

View File

@@ -929,6 +929,7 @@ export interface Database{
chatCompression: boolean
claudeRetrivalCaching: boolean
outputImageModal: boolean
playMessageOnTranslateEnd:boolean
}