mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
- infoviewer: do always show all buttons; enable is controlled by usermenu
This commit is contained in:
@@ -313,7 +313,11 @@ void CInfoViewerBB::getBBButtonInfo()
|
||||
// continue;
|
||||
}
|
||||
else
|
||||
#else
|
||||
if (!bbButtonInfo[i].active)
|
||||
bbButtonInfo[i].paint = false;
|
||||
#endif
|
||||
else
|
||||
{
|
||||
count++;
|
||||
bbButtonInfo[i].paint = true;
|
||||
|
Reference in New Issue
Block a user