Added curseforge selection
This commit is contained in:
parent
621e0ba4a8
commit
975f77756d
10 changed files with 855 additions and 1 deletions
|
@ -75,9 +75,11 @@ void ModDownloadDialog::accept()
|
|||
QList<BasePage *> ModDownloadDialog::getPages()
|
||||
{
|
||||
modrinthPage = new ModrinthPage(this, m_instance);
|
||||
flameModPage = new FlameModPage(this, m_instance);
|
||||
return
|
||||
{
|
||||
modrinthPage
|
||||
modrinthPage,
|
||||
flameModPage
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue