mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Fix wrong padding in stickers search results.
This commit is contained in:
parent
98f811a258
commit
20533a6795
1 changed files with 2 additions and 1 deletions
|
@ -2378,7 +2378,8 @@ void StickersListWidget::updateSelected() {
|
|||
}
|
||||
|
||||
bool StickersListWidget::setHasTitle(const Set &set) const {
|
||||
if (set.id == Data::Stickers::FavedSetId) {
|
||||
if (set.id == Data::Stickers::FavedSetId
|
||||
|| set.id == SearchEmojiSectionSetId()) {
|
||||
return false;
|
||||
} else if (set.id == Data::Stickers::RecentSetId) {
|
||||
return !_mySets.empty()
|
||||
|
|
Loading…
Add table
Reference in a new issue