Display language selector if realistic voices are enabled
This commit is contained in:
@ -47,6 +47,13 @@
|
||||
}
|
||||
|
||||
if audioController.useUltraRealisticVoices {
|
||||
if showLanguageChanger {
|
||||
Section("Language") {
|
||||
NavigationLink(destination: TextToSpeechLanguageView().navigationTitle("Language")) {
|
||||
Text(audioController.currentVoiceLanguage.name)
|
||||
}
|
||||
}
|
||||
}
|
||||
ultraRealisticVoices
|
||||
} else {
|
||||
if showLanguageChanger {
|
||||
|
||||
Reference in New Issue
Block a user