From db655d766f910159187b21e924d88bab9f9a745f Mon Sep 17 00:00:00 2001 From: Sebastian Wolf Date: Sun, 7 Nov 2021 15:09:33 +0100 Subject: [PATCH] No 'Recently used' section if there are no stickers, fixes #438 --- qml/components/StickerPicker.qml | 1 + 1 file changed, 1 insertion(+) 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")