MdeModulePkg/UiApp: Add warning if no bootable options found

This commit is contained in:
Tim Crawford
2020-02-11 10:01:45 -07:00
parent 49dad2f15d
commit b79d3f9599
3 changed files with 46 additions and 0 deletions

View File

@@ -34,6 +34,9 @@ formset
//
label LABEL_END;
subtitle text = STRING_TOKEN(STR_EMPTY_STRING);
subtitle text = STRING_TOKEN(STR_NO_BOOTABLE_MEDIA);
endform;
endformset;