mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
osd-setup: allow to enable/disable event logos
Origin commit data
------------------
Commit: 7115402334
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-25 (Tue, 25 Dec 2018)
Origin message was:
------------------
- osd-setup: allow to enable/disable event logos
This commit is contained in:
@@ -538,6 +538,8 @@ bool CPictureViewer::GetLogoName(const uint64_t &ChannelID, const std::string &C
|
||||
// create eventname for eventlogos; Note: We don't process channellogos if any eventlogo was found.
|
||||
std::string EventName = "";
|
||||
int mode = CNeutrinoApp::getInstance()->getMode();
|
||||
if (!g_settings.channellist_show_eventlogo)
|
||||
enable_event_logo = false;
|
||||
if (enable_event_logo && (ChannelID || mode == NeutrinoModes::mode_ts))
|
||||
{
|
||||
// TODO: fix eventlogo in moviebrowser
|
||||
|
Reference in New Issue
Block a user