fix: fixed the netwoik can not show popTips for bug 24759

修改配置网络不能显示ip地址 bug24759
This commit is contained in:
wangxuwen 2020-05-12 10:33:00 +08:00
parent 6e3d55db0c
commit 512eccf0b8

View File

@ -192,6 +192,8 @@ bool SystemTrayItem::event(QEvent *event)
void SystemTrayItem::enterEvent(QEvent *event)
{
if (checkGSettingsControl()) {
//网络需要显示Tips需要特殊处理。
if (m_pluginInter->pluginName() != "network")
return;
}