For 1.0.35

This commit is contained in:
longpanda
2021-02-08 18:38:11 +08:00
parent c82e4296d3
commit 3541735796
2 changed files with 10 additions and 1 deletions

View File

@@ -175,6 +175,15 @@ submenu 'Check plugin json configuration (ventoy.json)' --class=debug_json {
unset pager
}
menuentry 'Check custom boot plugin configuration' --class=debug_custom_boot {
set pager=1
vt_check_plugin_json $vt_plugin_path custom_boot $vtoy_iso_part
echo -e "\npress ENTER to exit ..."
read vtInputKey
unset pager
}
menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
echo 'Return ...'
}