Skip to content

Commit

Permalink
Close if prompt deny overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
RobethX committed Nov 13, 2017
1 parent fa6fb06 commit 7a49d05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Patcher/Patcher/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7a49d05

Please sign in to comment.