From dcb2490ec5448bfbbc0a5d9c9b68d09cebcbe6a3 Mon Sep 17 00:00:00 2001 From: ggurdin Date: Thu, 20 Jun 2024 11:18:08 -0400 Subject: [PATCH] oops, don't show igc button is auto-igc is enabled --- lib/pangea/choreographer/widgets/start_igc_button.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pangea/choreographer/widgets/start_igc_button.dart b/lib/pangea/choreographer/widgets/start_igc_button.dart index 03a8ae847..ceb5af193 100644 --- a/lib/pangea/choreographer/widgets/start_igc_button.dart +++ b/lib/pangea/choreographer/widgets/start_igc_button.dart @@ -63,7 +63,7 @@ class StartIGCButtonState extends State (itEnabled || igcEnabled) && canSendStatus == CanSendStatus.subscribed; if (!grammarCorrectionEnabled || - !widget.controller.choreographer.isAutoIGCEnabled || + widget.controller.choreographer.isAutoIGCEnabled || widget.controller.choreographer.choreoMode == ChoreoMode.it) { return const SizedBox.shrink(); }