mirror of
https://github.com/RomanBelkov/DiskImager.git
synced 2026-05-15 14:15:51 -06:00
MBR selection now should work fine
This commit is contained in:
parent
f7ce586514
commit
aea7db3e87
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ namespace DynamicDevices.DiskWriter
|
|||
var res = false;
|
||||
try
|
||||
{
|
||||
res = disk.ReadDrive(drive, filePath, _eCompType, unmountDrivesToolStripMenuItem.Checked);
|
||||
res = disk.ReadDrive(drive, filePath, _eCompType, useMBRToolStripMenuItem.Checked);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue