mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
gui/scan_setup.cpp: add explicit option to enable/disable fast-scan update
This commit is contained in:
@@ -154,6 +154,7 @@ bool CScanSettings::loadSettings(const char * const fileName)
|
||||
fast_type = configfile.getInt32("fast_type", 2);
|
||||
fast_op = configfile.getInt32("fast_op", 0);
|
||||
fst_version = configfile.getInt32("fst_version", 0);
|
||||
fst_update = configfile.getInt32("fst_update", 0);
|
||||
cable_nid = configfile.getInt32("cable_nid", 0);
|
||||
|
||||
return ret;
|
||||
@@ -174,6 +175,7 @@ bool CScanSettings::saveSettings(const char * const fileName)
|
||||
configfile.setInt32("fast_type", fast_type);
|
||||
configfile.setInt32("fast_op", fast_op);
|
||||
configfile.setInt32("fst_version", fst_version);
|
||||
configfile.setInt32("fst_update", fst_update);
|
||||
configfile.setInt32("cable_nid", cable_nid);
|
||||
|
||||
configfile.setString("satName", satName);
|
||||
|
Reference in New Issue
Block a user