oops, don't show igc button is auto-igc is enabled

This commit is contained in:
ggurdin 2024-06-20 11:18:08 -04:00
parent d3d2fab377
commit dcb2490ec5

View file

@ -63,7 +63,7 @@ class StartIGCButtonState extends State<StartIGCButton>
(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();
}