From 4faf1a99a21e3bc02b6b758bc54c0b543ee4e321 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Fri, 13 Mar 2020 20:25:10 -0500 Subject: [PATCH] Use start process in explorer wrapper for HTML5 Gamepad Test link --- DS4Windows/DS4Forms/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/DS4Forms/MainWindow.xaml.cs b/DS4Windows/DS4Forms/MainWindow.xaml.cs index 646623a..cf233e6 100644 --- a/DS4Windows/DS4Forms/MainWindow.xaml.cs +++ b/DS4Windows/DS4Forms/MainWindow.xaml.cs @@ -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/"); } } }