mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02: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