Skip to content

Commit

Permalink
Exit MC tutorial when Mini is connected
Browse files Browse the repository at this point in the history
  • Loading branch information
deXol committed Dec 4, 2021
1 parent 9332ff4 commit a8f5275
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 a8f5275

Please sign in to comment.