1.0.84 release

This commit is contained in:
longpanda
2022-12-04 15:33:16 +08:00
parent e85c02756b
commit fd7e34b632
5 changed files with 23 additions and 10 deletions

View File

@@ -2354,7 +2354,7 @@ function img_unsupport_menuentry {
#############################################################
#############################################################
set VENTOY_VERSION="1.0.83"
set VENTOY_VERSION="1.0.84"
#ACPI not compatible with Window7/8, so disable by default
set VTOY_PARAM_NO_ACPI=1
@@ -2457,9 +2457,9 @@ else
fi
if [ -n "$VTOY_MENU_LANGUAGE" ]; then
vt_load_menu_lang "$VTOY_MENU_LANGUAGE"
vt_init_menu_lang "$VTOY_MENU_LANGUAGE"
else
vt_load_menu_lang en_US
vt_init_menu_lang en_US
fi
if [ -n "$VTOY_MENU_TIMEOUT" ]; then