mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-31 07:08:35 -04:00
Fix VTOY_WIN11_BYPASS_CHECK/VTOY_WIN11_BYPASS_NRO option web page display issue.
This commit is contained in:
parent
3c03df31ce
commit
0714971f8c
3 changed files with 2 additions and 2 deletions
|
@ -4134,11 +4134,11 @@ static int ventoy_parse_control(VTOY_JSON *json, void *p)
|
|||
}
|
||||
else if (strcmp(child->pcName, "VTOY_WIN11_BYPASS_CHECK") == 0)
|
||||
{
|
||||
CONTROL_PARSE_INT_DEF_0(child, data->win11_bypass_check);
|
||||
CONTROL_PARSE_INT_DEF_1(child, data->win11_bypass_check);
|
||||
}
|
||||
else if (strcmp(child->pcName, "VTOY_WIN11_BYPASS_NRO") == 0)
|
||||
{
|
||||
CONTROL_PARSE_INT_DEF_0(child, data->win11_bypass_nro);
|
||||
CONTROL_PARSE_INT_DEF_1(child, data->win11_bypass_nro);
|
||||
}
|
||||
else if (strcmp(child->pcName, "VTOY_LINUX_REMOUNT") == 0)
|
||||
{
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue