Enough main window hiding magic for now
This commit is contained in:
parent
c985f68b72
commit
5cac21ca63
1 changed files with 2 additions and 1 deletions
|
@ -97,5 +97,6 @@ void ConsoleWindow::on_btnKillMinecraft_clicked()
|
|||
void ConsoleWindow::onEnded()
|
||||
{
|
||||
ui->btnKillMinecraft->setEnabled(false);
|
||||
if (!proc->exitCode()) this->close();
|
||||
// TODO: Check why this doesn't work
|
||||
if (!proc->exitCode()) this->close();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue