mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-02 15:49:52 -04:00
[togo] prompt user to select a version before formatting
This commit is contained in:
parent
104b33a7ba
commit
f4ebe1b6c2
4 changed files with 74 additions and 57 deletions
|
@ -1304,6 +1304,9 @@ static BOOL BootCheck(void)
|
|||
if (MessageBoxExU(hMainDialog, lmprintf(MSG_098), lmprintf(MSG_190), MB_YESNO|MB_ICONWARNING|MB_IS_RTL, selected_langid) != IDYES)
|
||||
return FALSE;
|
||||
}
|
||||
// If multiple versions are available, asks the user to select one before we commit to format the drive
|
||||
if (!SetWinToGoIndex())
|
||||
return FALSE;
|
||||
} else if (tt == TT_UEFI) {
|
||||
if (!IS_EFI_BOOTABLE(img_report)) {
|
||||
// Unsupported ISO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue