fix: 修改最近安装图标名称
This commit is contained in:
parent
fd55d6d765
commit
bca2a7cf6d
|
@ -121,7 +121,7 @@ void AppCategoryPlugin::updateLabelBottle()
|
||||||
{
|
{
|
||||||
QList<LabelItem> labels;
|
QList<LabelItem> labels;
|
||||||
if (m_recentlyModel->rowCount() > 0) {
|
if (m_recentlyModel->rowCount() > 0) {
|
||||||
labels << LabelItem(tr("Recently Installed"), "search-symbolic", LabelItem::Icon);
|
labels << LabelItem(tr("Recently Installed"), "document-open-recent-symbolic", LabelItem::Icon);
|
||||||
}
|
}
|
||||||
|
|
||||||
QHash<QString, int> groups;
|
QHash<QString, int> groups;
|
||||||
|
|
Loading…
Reference in New Issue