mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Enable sim speed controls by default.
https://github.com/dcs-liberation/dcs_liberation/issues/1680
This commit is contained in:
parent
364742a98b
commit
725f6c55a5
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user