Make chat loaded from log file be in LogChatColor instead of hardcoded grey

This commit is contained in:
Liru Færs
2019-11-16 10:02:01 -05:00
parent fc649854ff
commit 78fbc214ca
3 changed files with 20 additions and 2 deletions

View File

@@ -277,7 +277,7 @@ void LLFloaterChat::addChatHistory(LLChat& chat, bool log_to_file)
LLColor4 color = get_text_color(chat);
if (!log_to_file) color = LLColor4::grey; //Recap from log file.
if (!log_to_file) color = gSavedSettings.getColor("LogChatColor"); //Recap from log file.
if (chat.mChatType == CHAT_TYPE_DEBUG_MSG)
{