Remove VTOY_HELP_TXT_LANGUAGE option from Global Control Plugin.

This commit is contained in:
longpanda
2022-12-03 14:33:52 +08:00
parent c896c03efe
commit 194e948cb6
13 changed files with 121 additions and 108 deletions

View File

@@ -3549,7 +3549,11 @@ grub_err_t ventoy_cmd_cur_menu_lang(grub_extcmd_context_t ctxt, int argc, char *
{
(void)ctxt;
(void)argc;
(void)args;
if (argc > 0)
{
grub_env_set(args[0], g_cur_menu_language);
}
grub_printf("%s\n", g_cur_menu_language);
grub_printf("%s\n", g_ventoy_hotkey_tip);