Merge pull request #62 from MycroftAI/remove-google-tts

remove google tts as an option for devices
pull/64/head
Chris Veilleux 2021-10-06 11:30:13 -05:00 committed by GitHub
commit 56b35a1d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ export class VoiceCardComponent implements OnInit {
constructor() {
this.voiceOptionsConfig = {
options: ['British Male', 'American Male', 'Google Voice'],
options: ['British Male', 'American Male'],
buttonWidth: '140px'
};
}