Skip to content

Commit

Permalink
Initially disable continue button
Browse files Browse the repository at this point in the history
  • Loading branch information
deanlee committed Apr 12, 2024
1 parent cd16eba commit 5a15de5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selfdrive/ui/qt/setup/setup.cc
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ QWidget * Setup::network_setup() {
QPushButton *cont = new QPushButton();
cont->setObjectName("navBtn");
cont->setProperty("primary", true);
cont->setEnabled(false);
QObject::connect(cont, &QPushButton::clicked, this, &Setup::nextPage);
blayout->addWidget(cont);

Expand Down

0 comments on commit 5a15de5

Please sign in to comment.