Merge pull request #6683 from aldelaro5/qt-log-colors

Qt/log change the notice log color to lime
This commit is contained in:
Mat M 2018-04-22 01:37:33 -04:00 committed by GitHub
commit 4a0b6c7b0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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";