mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-24 03:57:02 -04:00
1. Add new options for Windows CLI mode.
2. Add tip message for 4k native disk.
This commit is contained in:
parent
e0132ac4b5
commit
4df793e021
46 changed files with 509 additions and 76 deletions
|
@ -761,6 +761,8 @@
|
|||
vtoy_in_progress = true;
|
||||
progressDisableItem(vtoy_in_progress);
|
||||
queryProgress(1);
|
||||
}else if (data.result === '4kn') {
|
||||
ventoy_display_alert('error', vtoy_cur_language.STR_4KN_UNSUPPORTED);
|
||||
} else {
|
||||
ventoy_display_alert('error', vtoy_cur_language.STR_INSTALL_FAILED);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue