mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Issue #127 Set IFR to default in flight-plan page
This commit is contained in:
@@ -853,7 +853,7 @@ namespace BlackMisc::Aviation
|
||||
|
||||
const QStringList &CFlightPlan::flightRules()
|
||||
{
|
||||
static const QStringList r({"VFR", "IFR", "SVFR", "DVFR" });
|
||||
static const QStringList r({"IFR", "VFR", "SVFR", "DVFR" });
|
||||
return r;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user