mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-02-16 16:09:13 +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();
|
ProcessStartInfo startInfo = new ProcessStartInfo();
|
||||||
startInfo.FileName = "explorer.exe";
|
startInfo.FileName = "explorer.exe";
|
||||||
startInfo.Arguments = tmpPath;
|
startInfo.Arguments = tmpPath;
|
||||||
|
startInfo.WindowStyle = ProcessWindowStyle.Hidden;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
using (Process temp = Process.Start(startInfo)) { }
|
using (Process temp = Process.Start(startInfo)) { }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user