mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
fix: fixed the netwoik can not show popTips for bug 24759
修改配置网络不能显示ip地址 bug24759
This commit is contained in:
parent
6e3d55db0c
commit
512eccf0b8
@ -192,6 +192,8 @@ bool SystemTrayItem::event(QEvent *event)
|
||||
void SystemTrayItem::enterEvent(QEvent *event)
|
||||
{
|
||||
if (checkGSettingsControl()) {
|
||||
//网络需要显示Tips,需要特殊处理。
|
||||
if (m_pluginInter->pluginName() != "network")
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user