mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
NOISSUE Do not kill running instances when MultiMC shuts down
This commit is contained in:
parent
fc198dd308
commit
c60db13af7
4 changed files with 24 additions and 2 deletions
|
|
@ -51,6 +51,9 @@ void DirectJavaLaunch::executeTask()
|
|||
|
||||
m_process.setProcessEnvironment(instance->createEnvironment());
|
||||
|
||||
// make detachable - this will keep the process running even if the object is destroyed
|
||||
m_process.setDetachable(true);
|
||||
|
||||
auto mcArgs = minecraftInstance->processMinecraftArgs(m_session);
|
||||
args.append(mcArgs);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue