mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fix formatting of takeoff time.
This commit is contained in:
parent
406fb61fa4
commit
257dabe4fa
@ -14,6 +14,8 @@ Saves from 7.x are not compatible with 8.0.
|
|||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
|
|
||||||
|
* **[UI]** Fixed formatting of departure time in flight details dialog.
|
||||||
|
|
||||||
# 7.0.0
|
# 7.0.0
|
||||||
|
|
||||||
Saves from 6.x are not compatible with 7.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.
|
# is an invalid state for calling anything in TotEstimator.
|
||||||
return
|
return
|
||||||
self.departure_time.setText(
|
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:
|
def set_divert(self, index: int) -> None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user