diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/launcher/AppItem.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launcher/AppItem.qml b/modules/launcher/AppItem.qml index 473797a..ca1b611 100644 --- a/modules/launcher/AppItem.qml +++ b/modules/launcher/AppItem.qml @@ -48,7 +48,7 @@ PaddedRect { } StyledText { - text: qsTr(root.modelData.comment || root.modelData.genericName || root.modelData.name) + text: root.modelData.comment || root.modelData.genericName || root.modelData.name font.pointSize: Appearance.font.size.small color: Appearance.alpha(Appearance.colours.m3outline, true) |