mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
neutrino: change 'create hd bouquet' default to 'no'
This commit is contained in:
@@ -387,7 +387,7 @@ int CNeutrinoApp::loadSetup(const char * fname)
|
|||||||
g_settings.standby_cpufreq = 50;
|
g_settings.standby_cpufreq = 50;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
g_settings.make_hd_list = configfile.getInt32("make_hd_list", 1);
|
g_settings.make_hd_list = configfile.getInt32("make_hd_list", 0);
|
||||||
|
|
||||||
//misc
|
//misc
|
||||||
g_settings.power_standby = configfile.getInt32( "power_standby", 0);
|
g_settings.power_standby = configfile.getInt32( "power_standby", 0);
|
||||||
|
Reference in New Issue
Block a user