mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- vfd: allow to disable rc-lock message on vfd
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