mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
rbutil:check if a Sapi voice is selected.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16307 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b30181a14b
commit
e319f68a81
1 changed files with 2 additions and 0 deletions
|
|
@ -300,6 +300,8 @@ void TTSSapi::showCfg()
|
||||||
|
|
||||||
bool TTSSapi::configOk()
|
bool TTSSapi::configOk()
|
||||||
{
|
{
|
||||||
|
if(settings->ttsVoice("sapi").isEmpty())
|
||||||
|
return false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue