diff options
Diffstat (limited to 'application/ConsoleWindow.cpp')
-rw-r--r-- | application/ConsoleWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/ConsoleWindow.cpp b/application/ConsoleWindow.cpp index 239f538e..a843536b 100644 --- a/application/ConsoleWindow.cpp +++ b/application/ConsoleWindow.cpp @@ -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; |