Fix "Custom Input" not working

This commit is contained in:
Matt Nadareski
2018-06-13 16:09:11 -07:00
parent a6d6b800a5
commit 632654d00b

View File

@@ -391,6 +391,7 @@ namespace DICUI
btn_OutputDirectoryBrowse.IsEnabled = false;
cmb_DriveLetter.IsEnabled = false;
cmb_DriveSpeed.IsEnabled = false;
btn_StartStop.IsEnabled = true;
lbl_Status.Content = "User input mode";
}
else