mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-01-26 12:35:35 +00:00
Made main window hide on instace exit
This commit is contained in:
parent
3fd2d025a1
commit
c985f68b72
@ -97,4 +97,5 @@ void ConsoleWindow::on_btnKillMinecraft_clicked()
|
|||||||
void ConsoleWindow::onEnded()
|
void ConsoleWindow::onEnded()
|
||||||
{
|
{
|
||||||
ui->btnKillMinecraft->setEnabled(false);
|
ui->btnKillMinecraft->setEnabled(false);
|
||||||
|
if (!proc->exitCode()) this->close();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user