mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
ui/setup: Initially disable continue button (#32180)
old-commit-hash: eb0b1ce97599290680f8b6b817e3b262da2f2afc
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user