mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
zapit/src/femanager.cpp: save/load frontend use_usals option
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7722ecbdaa
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-17 (Wed, 17 Jul 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -239,6 +239,7 @@ bool CFEManager::loadSettings()
|
||||
fe_config.uni_scr = getConfigValue(fe, "uni_scr", -1);
|
||||
fe_config.uni_qrg = getConfigValue(fe, "uni_qrg", 0);
|
||||
fe_config.diseqc_order = getConfigValue(fe, "diseqc_order", UNCOMMITED_FIRST);
|
||||
fe_config.use_usals = getConfigValue(fe, "use_usals", 0);
|
||||
|
||||
fe->setRotorSatellitePosition(getConfigValue(fe, "lastSatellitePosition", 0));
|
||||
|
||||
@@ -318,6 +319,7 @@ void CFEManager::saveSettings(bool write)
|
||||
setConfigValue(fe, "uni_scr", fe_config.uni_scr);
|
||||
setConfigValue(fe, "uni_qrg", fe_config.uni_qrg);
|
||||
setConfigValue(fe, "diseqc_order", fe_config.diseqc_order);
|
||||
setConfigValue(fe, "use_usals", fe_config.use_usals);
|
||||
setConfigValue(fe, "lastSatellitePosition", fe->getRotorSatellitePosition());
|
||||
setConfigValue(fe, "mode", fe->getMode());
|
||||
setConfigValue(fe, "master", fe->getMaster());
|
||||
|
Reference in New Issue
Block a user