This commit is contained in:
love-code-yeyixiao 2024-05-18 10:44:47 +08:00
parent a799ce3f0f
commit 1197505b20
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ void CSelectBoxWindow::OnRun()
} }
foreach(const QString & Command, m_Commands) foreach(const QString & Command, m_Commands)
theGUI->RunStart(BoxName, Command, ui.chkAdmin->isChecked(), m_WrkDir,isFCP,0); theGUI->RunStartWithFCP(BoxName, Command, isFCP, ui.chkAdmin->isChecked(), m_WrkDir,0);
setResult(1); setResult(1);
close(); close();