mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-11-20 17:11:57 +00:00
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()
|
||||
{
|
||||
ui->btnKillMinecraft->setEnabled(false);
|
||||
if (!proc->exitCode()) this->close();
|
||||
// TODO: Check why this doesn't work
|
||||
if (!proc->exitCode()) this->close();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user