mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
fix: 修复启动器图标自动化标签错误问题
性能优化时误删了这部分代码 Log: Influence: 自动化测试获取启动器图标的tips信息 Bug: https://pms.uniontech.com/zentao/bug-view-110469.html Change-Id: I503b6ff384e4d29b4ceda7e8707ac8b77a6402bc
This commit is contained in:
parent
28beb58ea5
commit
d0b823ee40
@ -119,6 +119,7 @@ QWidget *LauncherItem::popupTips()
|
|||||||
m_tips.reset(new TipsWidget(this));
|
m_tips.reset(new TipsWidget(this));
|
||||||
m_tips->setVisible(false);
|
m_tips->setVisible(false);
|
||||||
m_tips->setText(tr("Launcher"));
|
m_tips->setText(tr("Launcher"));
|
||||||
|
m_tips->setObjectName("launcher");
|
||||||
return m_tips.get();
|
return m_tips.get();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user