Merge pull request #541 from Cyberboss/ratmconfirm

Confirm prompt for Remove All Test Merges button
This commit is contained in:
Jordan Brown
2018-07-14 12:32:54 -04:00
committed by GitHub
@@ -404,6 +404,8 @@ namespace TGS.ControlPanel
/// <param name="e">The <see cref="EventArgs"/></param>
async void RemoveAllTestMergesButton_Click(object sender, EventArgs e)
{
if (MessageBox.Show("Are you sure you want to remove all test merges?", "Confirm", MessageBoxButtons.YesNo) != DialogResult.Yes)
return;
try
{
UseWaitCursor = true;