Enable sim speed controls by default.

https://github.com/dcs-liberation/dcs_liberation/issues/1680
This commit is contained in:
Dan Albert 2023-02-06 00:44:52 -08:00
parent 364742a98b
commit 725f6c55a5

View File

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