mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
Merge remote-tracking branch 'n/cst-next-fixed'
This commit is contained in:
@@ -404,8 +404,18 @@ void CVFD::showTime(bool force)
|
||||
recstatus = tmp_recstatus;
|
||||
}
|
||||
|
||||
void CVFD::showRCLock(int /*duration*/)
|
||||
void CVFD::showRCLock(int duration)
|
||||
{
|
||||
if (!has_lcd)
|
||||
{
|
||||
sleep(duration);
|
||||
return;
|
||||
}
|
||||
|
||||
std::string _text = text;
|
||||
ShowText(g_Locale->getText(LOCALE_RCLOCK_LOCKED));
|
||||
sleep(duration);
|
||||
ShowText(_text.c_str());
|
||||
}
|
||||
|
||||
void CVFD::showVolume(const char vol, const bool force_update)
|
||||
|
Reference in New Issue
Block a user