mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-14 12:37:23 +00:00
GH-1339 do not destroy console window while screenshot upload is active
This commit is contained in:
@@ -219,7 +219,7 @@ void ConsoleWindow::onSucceeded()
|
||||
{
|
||||
m_killButton->setEnabled(false);
|
||||
setMayClose(true);
|
||||
if (m_proc->instance()->settings()->get("AutoCloseConsole").toBool())
|
||||
if (m_proc->instance()->settings()->get("AutoCloseConsole").toBool() && m_container->requestClose(nullptr))
|
||||
{
|
||||
this->close();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user