fix: 玲珑后缀文案调整

文案调整

Log:
Influence: 玲珑应用后缀文案调整
Task: https://pms.uniontech.com/task-view-152805.html
Change-Id: Ibe9f0c9ad61b26459b2a45cc84c3283e28ca1a71
This commit is contained in:
songwentao 2022-07-29 10:18:53 +08:00
parent 7992887835
commit 3e5a1d4992

View File

@ -1172,7 +1172,7 @@ Item Launcher::NewItemWithDesktopInfo(DesktopInfo &info)
// 玲珑应用添加后缀, 默认隐藏
if (SETTING->getMagicaVoxelSuffixHidden() && appFileName.startsWith("/persistent/linglong/entries/share/applications/"))
item.info.name = QString("%1(%2)").arg(appName).arg(tr("magicaVoxel"));
item.info.name = QString("%1(%2)").arg(appName).arg(tr("Linglong"));
xDeepinCategory = xDeepinCategory.toLower();