diff options
-rw-r--r-- | src/gui/windows/chatwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/windows/chatwindow.cpp b/src/gui/windows/chatwindow.cpp index bb5f37a4d..69e8c0907 100644 --- a/src/gui/windows/chatwindow.cpp +++ b/src/gui/windows/chatwindow.cpp @@ -1577,6 +1577,7 @@ bool ChatWindow::resortChatLog(std::string line, else if (serverFeatures->haveChatChannels()) { channelChatLog(channel, line, own, ignoreRecord, tryRemoveColors); + return false; } else if (mShowAllLang) { |