mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
Merge remote-tracking branch 'tuxbox/master'
* needs compile fixes * needs additional tests, of course :-)
This commit is contained in:
@@ -406,7 +406,7 @@ void CVFD::showTime(bool force)
|
||||
|
||||
void CVFD::showRCLock(int duration)
|
||||
{
|
||||
if (!has_lcd)
|
||||
if (!has_lcd || !g_settings.lcd_notify_rclock)
|
||||
{
|
||||
sleep(duration);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user