mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
Fix custom entries not generated.
This commit is contained in:
parent
11ca2c36c6
commit
37a4b86a21
@ -2185,7 +2185,7 @@ STATIC void AddCustomEntry(IN UINTN CustomIndex,
|
||||
// Add custom entries
|
||||
void AddCustomEntries(void)
|
||||
{
|
||||
if (!gSettings.GUI.CustomEntries.isEmpty()) return;
|
||||
if (gSettings.GUI.CustomEntries.isEmpty()) return;
|
||||
|
||||
//DBG("Custom entries start\n");
|
||||
DbgHeader("AddCustomEntries");
|
||||
|
Loading…
Reference in New Issue
Block a user