Fix bug show wrong wifi config window when select save password just for current user
This commit is contained in:
parent
8105f84e78
commit
e8e46c8013
|
@ -621,7 +621,7 @@ void OneConnForm::toConnectWirelessNetwork()
|
||||||
process->waitForFinished();
|
process->waitForFinished();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (key_mgmt == "wpa-psk" && this->getPskFlag() != 0) {
|
if (key_mgmt == "wpa-psk" && this->getPskFlag() == 2) {
|
||||||
//当设置为每次询问密码时执行
|
//当设置为每次询问密码时执行
|
||||||
QPoint pos = QCursor::pos();
|
QPoint pos = QCursor::pos();
|
||||||
QRect primaryGeometry;
|
QRect primaryGeometry;
|
||||||
|
|
Loading…
Reference in New Issue