mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-06 21:36:58 +03:00
GH-1642 fix instance launch from console
This commit is contained in:
parent
877d1020db
commit
74b4343c43
6 changed files with 17 additions and 6 deletions
|
|
@ -217,7 +217,9 @@ void LaunchController::launchInstance()
|
|||
}
|
||||
else
|
||||
{
|
||||
// this is used when launching directly from command line
|
||||
m_console = new InstanceWindow(m_instance);
|
||||
m_console->setQuitOnClose(true);
|
||||
}
|
||||
connect(m_launcher.get(), &LaunchTask::readyForLaunch, this, &LaunchController::readyForLaunch);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue