Add download button to more pages + UI fixes
Signed-off-by: timoreo <contact@timoreo.fr>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user