mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-13 08:23:39 +02:00
NI \o/
Origin commit data
------------------
Commit: d6b3754c6f
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-05-19 (Thu, 19 May 2016)
This commit is contained in:
@@ -429,6 +429,8 @@ void CVFD::showVolume(const char vol, const bool force_update)
|
||||
return;
|
||||
volume = vol;
|
||||
|
||||
if(g_settings.lcd_setting[SNeutrinoSettings::LCD_SHOW_VOLUME] == 2 /* off */) return; //NI
|
||||
|
||||
bool allowed_mode = (mode == MODE_TVRADIO || mode == MODE_AUDIO || mode == MODE_MENU_UTF8);
|
||||
if (!allowed_mode)
|
||||
return;
|
||||
@@ -464,6 +466,8 @@ void CVFD::showPercentOver(const unsigned char perc, const bool /*perform_update
|
||||
|
||||
percentOver = perc;
|
||||
|
||||
if(g_settings.lcd_setting[SNeutrinoSettings::LCD_SHOW_VOLUME] == 2 /* off */) return; //NI
|
||||
|
||||
if (mode == MODE_AUDIO && origin != MODE_AUDIO) // exclusive access for audio mode
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user