Rehiding speed controls for 7.

7 is shipping sooner than expected, so re-hide these since it's not
ready yet.

https://github.com/dcs-liberation/dcs_liberation/issues/2746
This commit is contained in:
Dan Albert 2023-05-18 21:55:32 -07:00
parent 800ca598ef
commit b745e7c8ec

View File

@ -186,7 +186,7 @@ def parse_args() -> argparse.Namespace:
speed_controls_group.add_argument(
"--show-sim-speed-controls",
action="store_true",
default=True,
default=False,
help="Shows the sim speed controls in the top panel.",
)
speed_controls_group.add_argument(