Replace displaying in Launcher --on-ground=false
to --in-air
for on final
The option`--on-ground=false` doesn't exist which can be misleading.
This commit is contained in:
parent
64ae52438b
commit
fd0bb74a92
1 changed files with 1 additions and 1 deletions
|
@ -961,7 +961,7 @@ void LocationController::applyOnFinal()
|
|||
|
||||
const double offsetNm = m_offsetDistance.convertToUnit(Units::NauticalMiles).value;
|
||||
m_config->setArg("offset-distance", QString::number(offsetNm));
|
||||
m_config->setArg("on-ground", std::string("false"));
|
||||
m_config->setArg("in-air", std::string(""));
|
||||
|
||||
applyAirspeed();
|
||||
applyAltitude();
|
||||
|
|
Loading…
Reference in a new issue