mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 08:21:14 +00:00
1. Add new options for Windows CLI mode.
2. Add tip message for 4k native disk.
This commit is contained in:
@@ -512,6 +512,14 @@ void Ventoy2DiskWindow::on_ButtonInstall_clicked()
|
||||
}
|
||||
|
||||
cur = g_disk_list + index;
|
||||
|
||||
if (cur->is4kn)
|
||||
{
|
||||
lang_string("STR_4KN_UNSUPPORTED", msg);
|
||||
QMessageBox::critical(NULL, title_err, msg);
|
||||
return;
|
||||
}
|
||||
|
||||
if (ventoy_code_get_cur_part_style() == 0 && cur->size_in_byte > 2199023255552ULL)
|
||||
{
|
||||
lang_string("STR_DISK_2TB_MBR_ERROR", msg);
|
||||
|
Reference in New Issue
Block a user