mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-07 05:46:58 +03:00
NOISSUE Set working directory for MCEdit on Windows
It seems to require it, unlike the other versions.
This commit is contained in:
parent
f0b71f989e
commit
f4de049b13
1 changed files with 1 additions and 0 deletions
|
|
@ -176,6 +176,7 @@ void WorldListPage::on_mcEditBtn_clicked()
|
|||
m_mceditProcess->setDetachable(true);
|
||||
connect(m_mceditProcess.get(), &LoggedProcess::stateChanged, this, &WorldListPage::mceditState);
|
||||
m_mceditProcess->start(program, {fullPath});
|
||||
m_mceditProcess->setWorkingDirectory(mceditPath);
|
||||
m_mceditStarting = true;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue