- osd-setup: allow to enable/disable event logos

Conflicts:
	src/gui/osd_setup.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-12-25 01:12:16 +01:00
committed by Thilo Graf
parent 26c6861d12
commit 52e49c25f4
9 changed files with 32 additions and 1 deletions

View File

@@ -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