mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-15 01:42:05 +08:00
ui/setup: Initially disable continue button (#32180)
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