mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user