mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Update departure time when TOT is changed.
Fixes https://github.com/Khopa/dcs_liberation/issues/207
This commit is contained in:
@@ -164,6 +164,7 @@ class PackageModel(QAbstractListModel):
|
||||
|
||||
def update_tot(self, tot: int) -> None:
|
||||
self.package.time_over_target = tot
|
||||
self.layoutChanged.emit()
|
||||
|
||||
@property
|
||||
def mission_target(self) -> MissionTarget:
|
||||
|
||||
Reference in New Issue
Block a user