Changed no applications found text colour
This commit is contained in:
parent
749bc21898
commit
3461adef0b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user