GH-1300 call application quit when direct launch instance quits
This commit is contained in:
parent
8a4fd8c468
commit
895d8ab469
4 changed files with 25 additions and 7 deletions
|
@ -1498,7 +1498,7 @@ void MainWindow::launch(InstancePtr instance, bool online, BaseProfilerFactory *
|
|||
m_launchController->setOnline(online);
|
||||
m_launchController->setParentWidget(this);
|
||||
m_launchController->setProfiler(profiler);
|
||||
m_launchController->launch();
|
||||
m_launchController->start();
|
||||
}
|
||||
|
||||
void MainWindow::taskEnd()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue