默认关闭tts提示音,tts有问题

This commit is contained in:
DDIsFriend
2023-12-27 17:22:19 +08:00
parent 8c0b835130
commit c8a5fe7450
3 changed files with 5 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ open class GroupData {
//
public var newMessageSound : Bool {
return (groudUserDefault?.object(forKey: newMessageSound_key) as? Bool) ?? true
return (groudUserDefault?.object(forKey: newMessageSound_key) as? Bool) ?? false
}
func setNewMessageSound(newMessageSound:Bool?) {