* COsdSetup::changeNotify: Add handling for volume digits / CVolumeHelper

This commit is contained in:
Michael Liebmann
2013-05-11 10:21:54 +02:00
parent 1376a94197
commit d90ce27876

View File

@@ -947,6 +947,10 @@ bool COsdSetup::changeNotify(const neutrino_locale_t OptionName, void * data)
g_Radiotext = NULL;
}
}
else if(ARE_LOCALES_EQUAL(OptionName, LOCALE_EXTRA_VOLUME_DIGITS)) {
CVolumeHelper::getInstance()->refresh();
return false;
}
return false;
}