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(); }