mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
Show out message timestamp always for > 3 custom emoji.
This commit is contained in:
parent
51010e864c
commit
4933fbb74a
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ void CustomEmoji::paintCustom(
|
|||
}
|
||||
|
||||
bool CustomEmoji::alwaysShowOutTimestamp() {
|
||||
return (_lines.size() == 1) && _lines.back().size() > 2;
|
||||
return (_lines.size() == 1) && _lines.back().size() > 3;
|
||||
}
|
||||
|
||||
bool CustomEmoji::hasHeavyPart() const {
|
||||
|
|
Loading…
Add table
Reference in a new issue