Enough main window hiding magic for now
This commit is contained in:
parent
c985f68b72
commit
5cac21ca63
@ -97,5 +97,6 @@ void ConsoleWindow::on_btnKillMinecraft_clicked()
|
|||||||
void ConsoleWindow::onEnded()
|
void ConsoleWindow::onEnded()
|
||||||
{
|
{
|
||||||
ui->btnKillMinecraft->setEnabled(false);
|
ui->btnKillMinecraft->setEnabled(false);
|
||||||
|
// TODO: Check why this doesn't work
|
||||||
if (!proc->exitCode()) this->close();
|
if (!proc->exitCode()) this->close();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user