Add tooltips and fix archive download task

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2024-07-22 09:18:20 +03:00
parent 29a6db171f
commit 5d3549a5e9
3 changed files with 8 additions and 1 deletions

View File

@ -124,6 +124,7 @@ void ArchiveDownloadTask::extractJava(QString input)
stepProgress(*progressStep);
});
m_task->start();
return;
}
emitFailed(tr("Could not determine archive type!"));