mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-05 11:24:21 +00:00
Show out message timestamp always for > 3 custom emoji.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user