[ui] add a message for ISOHybrids that don't allow for ISO mode

* Also limit VDS refresh to DD image writing
* Also increase the number of loc messages
This commit is contained in:
Pete Batard 2021-03-25 20:49:45 +00:00
parent a3df3b0fb3
commit 480214bbb6
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
8 changed files with 80 additions and 11 deletions

View file

@ -2181,8 +2181,10 @@ DWORD WINAPI FormatThread(void* param)
}
out:
// TODO: Use a thread or only issue this on DD write
VdsRescan(VDS_RESCAN_REFRESH, 0, TRUE);
if ((boot_type == BT_IMAGE) && write_as_image) {
PrintInfo(0, MSG_320, lmprintf(MSG_307));
VdsRescan(VDS_RESCAN_REFRESH, 0, TRUE);
}
safe_free(volume_name);
safe_free(buffer);
safe_closehandle(hSourceImage);