mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 01:09:17 +01:00
Minor tweak to explorer wrapper script launch
This commit is contained in:
parent
2db3f045d6
commit
50ac81a8b9
@ -160,6 +160,7 @@ namespace DS4Windows
|
||||
ProcessStartInfo startInfo = new ProcessStartInfo();
|
||||
startInfo.FileName = "explorer.exe";
|
||||
startInfo.Arguments = tmpPath;
|
||||
startInfo.WindowStyle = ProcessWindowStyle.Hidden;
|
||||
try
|
||||
{
|
||||
using (Process temp = Process.Start(startInfo)) { }
|
||||
|
Loading…
Reference in New Issue
Block a user