1.0.83 release

This commit is contained in:
longpanda 2022-12-04 13:15:18 +08:00
parent c1d68bd787
commit e85c02756b
12 changed files with 11 additions and 9 deletions

View file

@ -2448,7 +2448,6 @@ grub_err_t ventoy_cmd_load_plugin(grub_extcmd_context_t ctxt, int argc, char **a
int ret = 0;
int offset = 0;
char *buf = NULL;
const char *env = NULL;
grub_uint8_t *code = NULL;
grub_file_t file;
VTOY_JSON *json = NULL;
@ -2542,9 +2541,6 @@ grub_err_t ventoy_cmd_load_plugin(grub_extcmd_context_t ctxt, int argc, char **a
grub_env_unset("VTOY_MENU_TIP_ENABLE");
}
env = grub_env_get("VTOY_MENU_LANGUAGE");
ventoy_plugin_load_menu_lang(env ? env : "en_US");
VENTOY_CMD_RETURN(GRUB_ERR_NONE);
}