mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-29 19:53:47 +02:00
Remove auto launch soft close
This commit is contained in:
@@ -216,11 +216,12 @@ namespace VRCX
|
||||
if (proc.HasExited)
|
||||
continue;
|
||||
|
||||
if (proc.CloseMainWindow())
|
||||
continue;
|
||||
|
||||
if (proc.WaitForExit(1000))
|
||||
continue;
|
||||
// breaks some apps
|
||||
// if (proc.CloseMainWindow())
|
||||
// continue;
|
||||
//
|
||||
// if (proc.WaitForExit(1000))
|
||||
// continue;
|
||||
|
||||
proc.Kill();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user