(711f22e5f) Close bug report message box when a link is clicked
This commit is contained in:
@@ -775,6 +775,7 @@ namespace Barotrauma
|
|||||||
OnClicked = (btn, userdata) =>
|
OnClicked = (btn, userdata) =>
|
||||||
{
|
{
|
||||||
Process.Start(userdata as string);
|
Process.Start(userdata as string);
|
||||||
|
msgBox.Close();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user