Make ASAP a checkbox and maintain ASAP on changes.

Fixes https://github.com/Khopa/dcs_liberation/issues/642
This commit is contained in:
Dan Albert
2021-01-30 13:33:39 -08:00
parent 768d239840
commit 5047b535c4
12 changed files with 92 additions and 62 deletions

View File

@@ -60,7 +60,7 @@ class Dialog:
"""Opens the dialog to edit the given flight."""
cls.edit_flight_dialog = QEditFlightDialog(
cls.game_model,
package_model.package,
package_model,
flight,
parent=parent
)