fix partial java download (#4472)

This commit is contained in:
Alexandru Ionut Tripon authored and GitHub committed 2025-12-14 00:55:05 +02:00
commit ed63a355b0
2 files changed
+6 -3

No files matched your search

+1
View File
@@ -318,6 +318,7 @@ void InstallDialog::done(int result)
QString error = QString(tr("Could not determine Java download type!"));
CustomMessageBox::selectable(this, tr("Error"), error, QMessageBox::Warning)->show();
deletePath();
return;
}
#if defined(Q_OS_MACOS)
auto seq = makeShared<SequentialTask>(tr("Install Java"));