mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
Merge pull request #6683 from aldelaro5/qt-log-colors
Qt/log change the notice log color to lime
This commit is contained in:
commit
4a0b6c7b0b
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ void LogWidget::Log(LogTypes::LOG_LEVELS level, const char* text)
|
||||||
color = "yellow";
|
color = "yellow";
|
||||||
break;
|
break;
|
||||||
case LogTypes::LOG_LEVELS::LNOTICE:
|
case LogTypes::LOG_LEVELS::LNOTICE:
|
||||||
color = "green";
|
color = "lime";
|
||||||
break;
|
break;
|
||||||
case LogTypes::LOG_LEVELS::LINFO:
|
case LogTypes::LOG_LEVELS::LINFO:
|
||||||
color = "cyan";
|
color = "cyan";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue