mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Make UI created packages ASAP by default.
This commit is contained in:
parent
43cd9bce67
commit
c3802e5a37
@ -215,7 +215,9 @@ class QNewPackageDialog(QPackageDialog):
|
||||
self, game_model: GameModel, model: AtoModel, target: MissionTarget, parent=None
|
||||
) -> None:
|
||||
super().__init__(
|
||||
game_model, PackageModel(Package(target), game_model), parent=parent
|
||||
game_model,
|
||||
PackageModel(Package(target, auto_asap=True), game_model),
|
||||
parent=parent,
|
||||
)
|
||||
self.ato_model = model
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user