1
0
mirror of https://github.com/ventoy/Ventoy synced 2024-07-03 08:28:54 +00:00

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++)

View File

@ -103,7 +103,7 @@ ls -1 menu/ | grep -v 'zh_CN' | sort | while read vtlang; do
echo " vt_load_menu_lang $vtlangname" >> menulang.cfg
echo "}" >> menulang.cfg
done
echo "menuentry \"$VTLANG_RETURN_PREVIOUS\" --class=vtoyret VTOY_RET {" >> menulang.cfg
echo "menuentry \"\$VTLANG_RETURN_PREVIOUS\" --class=vtoyret VTOY_RET {" >> menulang.cfg
echo " echo \"Return ...\"" >> menulang.cfg
echo "}" >> menulang.cfg