mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 10:51:05 +02:00
vfd: allow to disable rc-lock message on vfd
Origin commit data
------------------
Commit: b56f4ed149
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-25 (Mon, 25 Jan 2016)
Origin message was:
------------------
- 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