chore: make emote size message length match

This commit is contained in:
ggurdin 2025-06-23 13:46:59 -04:00
parent 5fc9cfc915
commit 78d7569a5b
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -54,7 +54,7 @@ abstract class AppConfig {
final bigEmotes = event != null &&
event.onlyEmotes &&
event.numberEmotes > 0 &&
event.numberEmotes <= 10;
event.numberEmotes <= 3;
return TextStyle(
color: textColor,