Use start process in explorer wrapper for HTML5 Gamepad Test link

This commit is contained in:
Travis Nickles 2020-03-13 20:25:10 -05:00
parent ad7a38de1e
commit 4faf1a99a2

View File

@ -1348,7 +1348,7 @@ Suspend support not enabled.", true);
private void Html5GameBtn_Click(object sender, RoutedEventArgs e)
{
Process.Start("https://html5gamepad.com/");
Util.StartProcessInExplorer("https://html5gamepad.com/");
}
}
}