mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +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