mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-27 08:15:33 +01:00
Qt/log change the notice log color to lime
It's slightly easier to read than green
This commit is contained in:
parent
9dcc8131df
commit
2f6879f0d9
@ -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…
x
Reference in New Issue
Block a user