1. Fix the blank item in the last of Language select menu

2. Fix the menu display VTLANG_NO_PERSISTENCE issue when use persistence
This commit is contained in:
longpanda 2023-01-04 19:19:32 +08:00
parent 4b17ee30c4
commit c7dcaa5734
2 changed files with 2 additions and 2 deletions

View file

@ -3858,7 +3858,7 @@ static grub_err_t ventoy_cmd_sel_persistence(grub_extcmd_context_t ctxt, int arg
vtoy_ssprintf(buf, pos, "set timeout=%d\n", node->timeout);
}
vtoy_ssprintf(buf, pos, "menuentry \"$VTLANG_NO_PERSISTENCE\" --class=\"sel_persistence\" {\n"
vtoy_ssprintf(buf, pos, "menuentry \"$VTLANG_NO_PERSIST\" --class=\"sel_persistence\" {\n"
" echo %s\n}\n", "");
for (i = 0; i < node->backendnum; i++)