fix:bug# 129308 【网络】输入密码界面点击网络连接,网络图标显示错误,显示的是未连接状态

This commit is contained in:
yangmin100 2022-07-20 19:08:39 +08:00
parent 2474e04727
commit 81fe730f0f
2 changed files with 9 additions and 0 deletions

View File

@ -2470,6 +2470,7 @@ void KylinNM::enWifiDone()
qDebug()<<"debug: already turn on the switch of wifi network";
syslog(LOG_DEBUG, "Already turn on the switch of wifi network");
QTimer::singleShot(200, this, &KylinNM::onConnectChanged);
}
void KylinNM::disWifiDone()
{

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
ukui-screensaver (3.1.1.34update1-ok7.1) yangtze; urgency=medium
* BUG号 129308 【网络】输入密码界面点击网络连接,网络图标显示错误,显示的是未连接状态
* 需求号:无
* 其他修改说明:无
-- Yang Min <yangmin@kylinos.cn> Wed, 20 Jul 2022 19:03:44 +0800
ukui-screensaver (3.1.1.34update1-ok6) yangte; urgency=medium
* fix bug#128103 锁屏后无法通过正确密码进入系统