diff --git a/qml/components/StickerPicker.qml b/qml/components/StickerPicker.qml index 18bf0ab..75b05dc 100644 --- a/qml/components/StickerPicker.qml +++ b/qml/components/StickerPicker.qml @@ -96,6 +96,7 @@ Item { font.bold: true width: recentStickersGridView.width leftPadding: Theme.paddingMedium + visible: recentStickersGridView.count > 0 maximumLineCount: 1 truncationMode: TruncationMode.Fade text: qsTr("Recently used")