mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fix formatting of takeoff time.
(cherry picked from commit 257dabe4fa41c41bb86e0b88b2b0fda75ffbf007)
This commit is contained in:
parent
998864797d
commit
a4d7c66621
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user