oops, don't show igc button is auto-igc is enabled
This commit is contained in:
parent
d3d2fab377
commit
dcb2490ec5
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue