1
0
Fork 0
forked from len0rd/rockbox

rbutil: Fix wrong fall-through.

Fortunately it didn't break anything.

Change-Id: Ie1f2bff73dbc61ec9f454ce7b61aaad74424fd06
This commit is contained in:
Dominik Riebeling 2020-08-20 18:54:23 +02:00
parent 2aecb3b9ea
commit e0021744cf

View file

@ -250,6 +250,7 @@ void EncTtsCfgGui::updateSetting()
case EncTtsSetting::eBOOL:
{
setting->setCurrent(((QCheckBox*)widget)->isChecked(),false);
break;
}
default:
{