mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +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() {
|
bool CustomEmoji::alwaysShowOutTimestamp() {
|
||||||
return (_lines.size() == 1) && _lines.back().size() > 2;
|
return (_lines.size() == 1) && _lines.back().size() > 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CustomEmoji::hasHeavyPart() const {
|
bool CustomEmoji::hasHeavyPart() const {
|
||||||
|
|
Loading…
Add table
Reference in a new issue