CurseForge shader downloading
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
caf925cbad
commit
94c1cd6bcf
6 changed files with 115 additions and 0 deletions
|
@ -370,6 +370,8 @@ QList<BasePage*> ShaderPackDownloadDialog::getPages()
|
|||
{
|
||||
QList<BasePage*> pages;
|
||||
pages.append(ModrinthShaderPackPage::create(this, *m_instance));
|
||||
if (APPLICATION->capabilities() & Application::SupportsFlame)
|
||||
pages.append(FlameShaderPackPage::create(this, *m_instance));
|
||||
return pages;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue