fix row colors swapping when using back button in replays (#5148)

only happens when there is an uneven amount of rows in the chat
This commit is contained in:
ebbit1q 2024-10-26 23:02:51 +02:00 committed by GitHub
parent e8b88248f2
commit 590fb7f533
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -494,6 +494,7 @@ void ChatView::clearChat()
{
document()->clear();
lastSender = "";
evenNumber = true;
}
void ChatView::redactMessages(const QString &userName, int amount)