Add download button to more pages + UI fixes

Signed-off-by: timoreo <contact@timoreo.fr>
This commit is contained in:
timoreo
2022-07-11 15:11:08 +02:00
parent 68446c2a54
commit 24dc154856
8 changed files with 111 additions and 54 deletions

View File

@@ -10,6 +10,7 @@ class JavaDownloader : public Task {
explicit JavaDownloader(bool isLegacy, const QString& OS) : m_isLegacy(isLegacy), m_OS(OS) {}
void executeTask() override;
static void showPrompts(QWidget* parent = nullptr);
private:
bool m_isLegacy;