mirror of
https://github.com/jellyfin/BDInfo.git
synced 2025-02-17 05:33:25 +00:00
Re-enable ISO button after previous read has failed
This commit is contained in:
parent
cdcd28f5a8
commit
9f550ddcf4
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user