Added continue for readability and removed to hide moderated messages

This commit is contained in:
apa420
2019-04-16 14:36:15 +02:00
parent ac9106e2f5
commit 817c40d733
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ void IrcMessageHandler::handleClearChatMessage(Communi::IrcMessage *message)
// refresh all
app->windows->repaintVisibleChatWidgets(chan.get());
if (getSettings()->removeModerated)
if (getSettings()->hideModerated)
{
app->windows->forceLayoutChannelViews();
}