mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 19:01:25 +02:00
src/neutrino.cpp: show next event as default in channel list
This commit is contained in:
@@ -740,7 +740,7 @@ int CNeutrinoApp::loadSetup(const char * fname)
|
|||||||
g_settings.eventlist_additional = configfile.getInt32("eventlist_additional", 0);
|
g_settings.eventlist_additional = configfile.getInt32("eventlist_additional", 0);
|
||||||
g_settings.eventlist_epgplus = configfile.getInt32("eventlist_epgplus", 1);
|
g_settings.eventlist_epgplus = configfile.getInt32("eventlist_epgplus", 1);
|
||||||
g_settings.channellist_epgtext_align_right = configfile.getBool("channellist_epgtext_align_right" , false);
|
g_settings.channellist_epgtext_align_right = configfile.getBool("channellist_epgtext_align_right" , false);
|
||||||
g_settings.channellist_foot = configfile.getInt32("channellist_foot", 0); //default transponder data
|
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_new_zap_mode = configfile.getInt32("channellist_new_zap_mode", 0);
|
||||||
g_settings.channellist_sort_mode = configfile.getInt32("channellist_sort_mode", 0);//sort mode: alpha, freq, sat
|
g_settings.channellist_sort_mode = configfile.getInt32("channellist_sort_mode", 0);//sort mode: alpha, freq, sat
|
||||||
g_settings.channellist_numeric_adjust = configfile.getInt32("channellist_numeric_adjust", 0);
|
g_settings.channellist_numeric_adjust = configfile.getInt32("channellist_numeric_adjust", 0);
|
||||||
|
Reference in New Issue
Block a user