back to choose software

pull/21739/head
Adeeb Shihadeh 4 years ago
parent 38869a5c24
commit b0da8b2281
  1. 2
      selfdrive/ui/qt/setup/setup.cc

@ -281,7 +281,7 @@ QWidget * Setup::download_failed() {
restart->setProperty("primary", true);
blayout->addWidget(restart);
QObject::connect(restart, &QPushButton::clicked, this, [=]() {
setCurrentIndex(0);
setCurrentIndex(2);
});
widget->setStyleSheet(R"(

Loading…
Cancel
Save