Add download button to more pages + UI fixes
Signed-off-by: timoreo <contact@timoreo.fr>
This commit is contained in:
parent
68446c2a54
commit
24dc154856
8 changed files with 111 additions and 54 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue