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/"); } } }