From 3461adef0b1da216cc6ff71d74bc3003d03ac715 Mon Sep 17 00:00:00 2001 From: Adubbz Date: Thu, 22 Feb 2018 11:28:11 +1100 Subject: [PATCH] Changed no applications found text colour --- common/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/menu.c b/common/menu.c index 0461d97..d9eda3a 100644 --- a/common/menu.c +++ b/common/menu.c @@ -235,7 +235,7 @@ void menuLoop() { 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 { // Draw menu entries