gorRAM IT

This commit is contained in:
brent s. 2019-11-18 06:04:57 -05:00
parent 0180d23511
commit b51f3d5af5
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ goto {{ u['name'] }}
{%- else %}
menu === {{ u['desc'] }} ===
{%- for su in db.getMenu(u['name']) %}
{%- if su['name'] == 'uefi_shell' %}
{%- if u['name'] == 'uefi_shell' %}
iseq ${is_efi} n && item --gap -- WARNING: Not detected as UEFI. These may not work correctly.
{%- endif %}
item --key {{ su['shortcut'] }} {{ su['name'] }} ({{ su['shortcut'] }}) {{ su['desc'] }} (version: {{ su['version'] }})