mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
@@ -6,6 +6,8 @@
|
||||
|
||||
## Fixes
|
||||
|
||||
* **[UI]** Fixed formatting of departure time in flight details dialog.
|
||||
|
||||
# 7.0.0
|
||||
|
||||
Saves from 6.x are not compatible with 7.0.
|
||||
|
||||
@@ -93,7 +93,7 @@ class FlightPlanPropertiesGroup(QGroupBox):
|
||||
# is an invalid state for calling anything in TotEstimator.
|
||||
return
|
||||
self.departure_time.setText(
|
||||
f"At {self.flight.flight_plan.startup_time():%H:%M%S}"
|
||||
f"At {self.flight.flight_plan.startup_time():%H:%M:%S}"
|
||||
)
|
||||
|
||||
def set_divert(self, index: int) -> None:
|
||||
|
||||
Reference in New Issue
Block a user