mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Display language selector if realistic voices are enabled
This commit is contained in:
parent
ce04baedee
commit
49d9a1d3a8
1 changed files with 7 additions and 0 deletions
|
|
@ -47,6 +47,13 @@
|
|||
}
|
||||
|
||||
if audioController.useUltraRealisticVoices {
|
||||
if showLanguageChanger {
|
||||
Section("Language") {
|
||||
NavigationLink(destination: TextToSpeechLanguageView().navigationTitle("Language")) {
|
||||
Text(audioController.currentVoiceLanguage.name)
|
||||
}
|
||||
}
|
||||
}
|
||||
ultraRealisticVoices
|
||||
} else {
|
||||
if showLanguageChanger {
|
||||
|
|
|
|||
Loading…
Reference in a new issue