mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
icons: move some icons into own sub-directory
Origin commit data
------------------
Commit: 0780c5c969
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-03-25 (Mon, 25 Mar 2019)
Origin message was:
------------------
- icons: move some icons into own sub-directory
This commit is contained in:
@@ -1055,7 +1055,7 @@ void CInfoViewerBB::paint_cam_icons()
|
||||
if ( getpidof(icon_name[i]) ) {
|
||||
buf.str("");
|
||||
buf << icon_name[i] << "_green";
|
||||
if(strstr(icon_name[i], "doscam") || strstr(icon_name[i], "oscam") || strstr(icon_name[i], "osemu")) {
|
||||
if(strstr(icon_name[i], "doscam") || strstr(icon_name[i], "ncam") || strstr(icon_name[i], "oscam") || strstr(icon_name[i], "osemu")) {
|
||||
if(camCI && useCI && filter_channels) {
|
||||
buf.str("");
|
||||
buf << icon_name[i] << "_yellow";
|
||||
|
Reference in New Issue
Block a user