Skip to content

Commit

Permalink
Fix VTOY_WIN11_BYPASS_CHECK/VTOY_WIN11_BYPASS_NRO option web page dis…
Browse files Browse the repository at this point in the history
…play issue.
  • Loading branch information
ventoy committed Jan 7, 2023
1 parent 3c03df3 commit 0714971
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plugson/src/Web/ventoy_http.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
Binary file modified Plugson/vs/VentoyPlugson/Release/VentoyPlugson.exe
Binary file not shown.
Binary file modified Plugson/vs/VentoyPlugson/x64/Release/VentoyPlugson_X64.exe
Binary file not shown.

0 comments on commit 0714971

Please sign in to comment.