neutrino: make header's channellogos alignable

Origin commit data
------------------
Branch: ni/coolstream
Commit: 536c91a230
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-04-30 (Sat, 30 Apr 2022)

Origin message was:
------------------
- neutrino: make header's channellogos alignable

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2022-04-30 16:31:45 +02:00
parent 7b9af525c2
commit 8d9a27bc3b
7 changed files with 15 additions and 11 deletions

View File

@@ -1247,7 +1247,7 @@ int CNeutrinoApp::loadSetup(const char *fname)
g_settings.channellist_foot = configfile.getInt32("channellist_foot", 1); // default next Event
g_settings.channellist_new_zap_mode = configfile.getInt32("channellist_new_zap_mode", 0);
g_settings.channellist_numeric_adjust = configfile.getInt32("channellist_numeric_adjust", 0);
g_settings.channellist_show_channellogo = configfile.getInt32("channellist_show_channellogo", 1);
g_settings.channellist_show_channellogo = configfile.getInt32("channellist_show_channellogo", CCHeaderTypes::CC_LOGO_RIGHT);
g_settings.channellist_show_eventlogo = configfile.getInt32("channellist_show_eventlogo", 1);
g_settings.channellist_show_infobox = configfile.getInt32("channellist_show_infobox", 1);
g_settings.channellist_show_numbers = configfile.getInt32("channellist_show_numbers", 1);