fix: 修复启动器图标自动化标签错误问题

性能优化时误删了这部分代码

Log:
Influence: 自动化测试获取启动器图标的tips信息
Bug: https://pms.uniontech.com/zentao/bug-view-110469.html
Change-Id: I503b6ff384e4d29b4ceda7e8707ac8b77a6402bc
This commit is contained in:
fanpengcheng 2022-01-12 19:58:14 +08:00
parent 28beb58ea5
commit d0b823ee40

View File

@ -119,6 +119,7 @@ QWidget *LauncherItem::popupTips()
m_tips.reset(new TipsWidget(this));
m_tips->setVisible(false);
m_tips->setText(tr("Launcher"));
m_tips->setObjectName("launcher");
return m_tips.get();
}