fix: 修改最近安装图标名称

This commit is contained in:
hewenfei 2024-02-02 15:01:37 +08:00
parent fd55d6d765
commit bca2a7cf6d
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ void AppCategoryPlugin::updateLabelBottle()
{
QList<LabelItem> labels;
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;