(711f22e5f) Close bug report message box when a link is clicked

This commit is contained in:
Joonas Rikkonen
2019-04-23 11:18:32 +03:00
parent a1eaafeb44
commit d780127628
@@ -775,6 +775,7 @@ namespace Barotrauma
OnClicked = (btn, userdata) =>
{
Process.Start(userdata as string);
msgBox.Close();
return true;
}
};