From b745e7c8ec004d074a900912f7cc153d459536e6 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 18 May 2023 21:55:32 -0700 Subject: [PATCH] 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 --- qt_ui/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt_ui/main.py b/qt_ui/main.py index 8d649c95..55c08cf7 100644 --- a/qt_ui/main.py +++ b/qt_ui/main.py @@ -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(