From 632654d00b33bbe57bec959359533ea22baabea2 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 13 Jun 2018 16:09:11 -0700 Subject: [PATCH] Fix "Custom Input" not working --- MainWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index a5296fc1..e12bf4a4 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -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