mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 08:05:12 +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() {
|
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 {
|
||||||
|
Reference in New Issue
Block a user