Skip to content

Commit

Permalink
Merge pull request #6683 from aldelaro5/qt-log-colors
Browse files Browse the repository at this point in the history
Qt/log change the notice log color to lime
  • Loading branch information
lioncash committed Apr 22, 2018
2 parents 9dcc813 + 2f6879f commit 4a0b6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt2/Config/LogWidget.cpp
Expand Up @@ -198,7 +198,7 @@ void LogWidget::Log(LogTypes::LOG_LEVELS level, const char* text)
color = "yellow";
break;
case LogTypes::LOG_LEVELS::LNOTICE:
color = "green";
color = "lime";
break;
case LogTypes::LOG_LEVELS::LINFO:
color = "cyan";
Expand Down

0 comments on commit 4a0b6c7

Please sign in to comment.