mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
infobar: rework infobar timeout behavior
Options were sometimes described ambiguously and previous behavior was no longer available. Now the descriptions should be more plausible for current behavior.
This commit is contained in:
@@ -164,7 +164,7 @@ void CVFD::wake_up() {
|
||||
else
|
||||
setPower(1);
|
||||
if(g_settings.lcd_info_line){
|
||||
switch_name_time_cnt = g_settings.timing[SNeutrinoSettings::TIMING_INFOBAR] + 10;
|
||||
switch_name_time_cnt = g_settings.handling_infobar[SNeutrinoSettings::HANDLING_INFOBAR] + 10;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -609,7 +609,7 @@ void CVFD::setMode(const MODES m, const char * const title)
|
||||
showServicename(servicename);
|
||||
showclock = true;
|
||||
if(g_settings.lcd_info_line)
|
||||
switch_name_time_cnt = g_settings.timing[SNeutrinoSettings::TIMING_INFOBAR] + 10;
|
||||
switch_name_time_cnt = g_settings.handling_infobar[SNeutrinoSettings::HANDLING_INFOBAR] + 10;
|
||||
break;
|
||||
case MODE_AUDIO:
|
||||
{
|
||||
|
Reference in New Issue
Block a user