1
0
Fork 0

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:
Roman Ludwicki 2022-10-26 21:52:40 +02:00
parent 64ae52438b
commit fd0bb74a92

View file

@ -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();