mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 09:08:42 +00:00
Enough main window hiding magic for now
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user