mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
- 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:
@@ -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