mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Confirm prompt for Remove All Test Merges button
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user