Re-enable ISO button after previous read has failed

This commit is contained in:
Juergen Tem 2018-05-04 09:38:13 +02:00
parent cdcd28f5a8
commit 9f550ddcf4
No known key found for this signature in database
GPG Key ID: 0A9625B1654DCE28

View File

@ -416,6 +416,7 @@ namespace BDInfo
MessageBox.Show(msg, "BDInfo Error",
MessageBoxButtons.OK, MessageBoxIcon.Error);
buttonBrowse.Enabled = true;
buttonIsoBrowse.Enabled = true;
buttonRescan.Enabled = true;
return;
}