Initial support for Armed Recon flight plan

This commit is contained in:
Raffson
2024-07-20 20:24:21 +02:00
parent c24fba0ba4
commit f405ffdfe2
19 changed files with 189 additions and 62 deletions

View File

@@ -161,6 +161,7 @@ class QAutoCreateDialog(QDialog):
FlightType.ANTISHIP,
FlightType.BAI,
FlightType.CAS,
FlightType.ARMED_RECON,
}
for mt in self.package.target.mission_types(self.is_ownfor):
if mt in primary_tasks: