Skip to content

Commit

Permalink
Set UI state to comma prime lite
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcwatters committed Apr 9, 2024
1 parent 6b9688f commit 60ef865
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion selfdrive/ui/qt/widgets/prime.cc
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ void SetupWidget::replyFinished(const QString &response, bool success) {

QJsonObject json = doc.object();
PrimeType prime_type = static_cast<PrimeType>(json["prime_type"].toInt());
uiState()->setPrimeType(prime_type);
// uiState()->setPrimeType(prime_type);
uiState()->setPrimeType(PrimeType::LITE);

if (!json["is_paired"].toBool()) {
mainLayout->setCurrentIndex(0);
Expand Down

0 comments on commit 60ef865

Please sign in to comment.