No 'Recently used' section if there are no stickers, fixes #438
This commit is contained in:
parent
88d84caad9
commit
db655d766f
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue