Merge pull request #143 from CrankyPants123/0524-dev

Fixed BUG#49792 Failed to connect hidden WiFi
This commit is contained in:
chenlelin 2021-05-24 20:21:55 +08:00 committed by GitHub
commit a1cb116722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -314,7 +314,8 @@ void DlgHideWifiWpa::on_btnConnect_clicked()
connect(bt, SIGNAL(btFinish()), t, SLOT(quit()));
}
t->start();
this->close();
// this->close();
this->hide();
}
//void DlgHideWifiWpa::finishedProcess(int state) {