Merge branch 'dbus-interface-f' into 'dbus-interface'

Fixbug#86107 when clicked the connectbutton the enterprisepage closed...

See merge request kylin-desktop/kylin-nm!377
This commit is contained in:
ren peijia 2021-11-03 09:40:05 +00:00
commit 624c310250
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ void EnterpriseWlanDialog::onBtnConnectClicked()
} else { } else {
qWarning() << "Connect enterprise wlan failed!(Unknown eap type)" << Q_FUNC_INFO << __LINE__; qWarning() << "Connect enterprise wlan failed!(Unknown eap type)" << Q_FUNC_INFO << __LINE__;
} }
close();
} }
void EnterpriseWlanDialog::onEapTypeChanged(const KyEapMethodType &type) void EnterpriseWlanDialog::onEapTypeChanged(const KyEapMethodType &type)