Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
0714971f
Commit
0714971f
authored
Jan 07, 2023
by
longpanda
Browse files
Fix VTOY_WIN11_BYPASS_CHECK/VTOY_WIN11_BYPASS_NRO option web page display issue.
parent
3c03df31
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
Plugson/src/Web/ventoy_http.c
Plugson/src/Web/ventoy_http.c
+2
-2
Plugson/vs/VentoyPlugson/Release/VentoyPlugson.exe
Plugson/vs/VentoyPlugson/Release/VentoyPlugson.exe
+0
-0
Plugson/vs/VentoyPlugson/x64/Release/VentoyPlugson_X64.exe
Plugson/vs/VentoyPlugson/x64/Release/VentoyPlugson_X64.exe
+0
-0
No files found.
Plugson/src/Web/ventoy_http.c
View file @
0714971f
...
...
@@ -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
)
{
...
...
Plugson/vs/VentoyPlugson/Release/VentoyPlugson.exe
View file @
0714971f
No preview for this file type
Plugson/vs/VentoyPlugson/x64/Release/VentoyPlugson_X64.exe
View file @
0714971f
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment