Skip to content

Commit

Permalink
Re-enable ISO button after previous read has failed
Browse files Browse the repository at this point in the history
  • Loading branch information
UniqProject committed May 4, 2018
1 parent cdcd28f commit 9f550dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BDInfo/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ private void InitBDROMCompleted(
MessageBox.Show(msg, "BDInfo Error",
MessageBoxButtons.OK, MessageBoxIcon.Error);
buttonBrowse.Enabled = true;
buttonIsoBrowse.Enabled = true;
buttonRescan.Enabled = true;
return;
}
Expand Down

0 comments on commit 9f550dd

Please sign in to comment.