mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add missing colon in departure time
This commit is contained in:
parent
63e2c30e44
commit
84c9098dba
@ -103,7 +103,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}"
|
||||||
)
|
)
|
||||||
self.flight_wpt_list.update_list()
|
self.flight_wpt_list.update_list()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user