diff --git a/Patcher/Patcher/MainWindow.xaml.cs b/Patcher/Patcher/MainWindow.xaml.cs index 89c26f8..3f051cb 100644 --- a/Patcher/Patcher/MainWindow.xaml.cs +++ b/Patcher/Patcher/MainWindow.xaml.cs @@ -156,6 +156,7 @@ private void patcherWorker_DoWork(object sender, DoWorkEventArgs e) //the main f } break; case System.Windows.Forms.DialogResult.No: + Close(); //close the window break; default: //for safety, I guess break;