From 725f6c55a55a9c16f78d4ee3646279bd4c2ff95e Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Mon, 6 Feb 2023 00:44:52 -0800 Subject: [PATCH] Enable sim speed controls by default. https://github.com/dcs-liberation/dcs_liberation/issues/1680 --- qt_ui/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qt_ui/main.py b/qt_ui/main.py index d721aed2..33630cdd 100644 --- a/qt_ui/main.py +++ b/qt_ui/main.py @@ -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(