Skip to content
Permalink
Browse files
Merge pull request #6683 from aldelaro5/qt-log-colors
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.
@@ -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";

0 comments on commit 4a0b6c7

Please sign in to comment.