Skip to content

Commit

Permalink
Merge pull request #944 from deXol/developBleTutorial
Browse files Browse the repository at this point in the history
Exit MC tutorial when Mini is connected
  • Loading branch information
limpkin authored Dec 4, 2021
2 parents dd86289 + a8f5275 commit 330a3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TutorialWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ void TutorialWidget::onDeviceConnected()
}
else
{
m_nextButton->setEnabled(false);
QMessageBox::warning(this, tr("Tutorial warning"), tr("Tutorial is only available for BLE device, please attach one or Exit tutorial."));
qDebug() << "Tutorial is not available for Mini.";
onExitClicked();
}
}
}
Expand Down

0 comments on commit 330a3e6

Please sign in to comment.