mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +02:00
Added permanent info display to webm stickers with right action.
This commit is contained in:
parent
40875ac8ff
commit
cf5f5f75bc
1 changed files with 1 additions and 0 deletions
|
@ -1665,6 +1665,7 @@ bool Gif::needInfoDisplay() const {
|
|||
return _parent->data()->isSending()
|
||||
|| _data->uploading()
|
||||
|| _parent->isUnderCursor()
|
||||
|| (_data->sticker() && _parent->rightActionSize())
|
||||
// Don't show the GIF badge if this message has text.
|
||||
|| (!_parent->hasBubble() && _parent->isLastAndSelfMessage());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue