Changed no applications found text colour

This commit is contained in:
Adubbz 2018-02-22 11:28:11 +11:00 committed by plutoo
parent 749bc21898
commit 3461adef0b

View File

@ -235,7 +235,7 @@ void menuLoop() {
if (menu->nEntries==0) if (menu->nEntries==0)
{ {
DrawText(tahoma12, 64, 96 + 32, MakeColor(64, 64, 64, 255), textGetString(StrId_NoAppsFound_Msg)); DrawText(tahoma12, 64, 96 + 32, MakeColor(255, 255, 255, 255), textGetString(StrId_NoAppsFound_Msg));
} else } else
{ {
// Draw menu entries // Draw menu entries