GlosSITarget: Default waitForChildProcs -> true

pull/169/head
Peter Repukat 2 years ago
parent c1765edc96
commit bfadeadced

@ -28,7 +28,7 @@ inline struct Launch {
std::wstring launchPath;
std::wstring launchAppArgs;
bool closeOnExit = true;
bool waitForChildProcs = false;
bool waitForChildProcs = true;
bool isUWP = false;
} launch;

Loading…
Cancel
Save