raised emote limit in colon input to 200

This commit is contained in:
fourtf
2020-08-15 21:20:23 +02:00
parent a23b1c7988
commit f0b9f8ca59
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ void EmoteInputPopup::updateEmotes(const QString &text, ChannelPtr channel)
emote.emote, emote.emote->name.string + " - " + emote.providerName,
this->callback_));
if (count++ == maxLineCount)
if (count++ == maxEmoteCount)
break;
}