Show CurseForge in new instance dialog even if no API key

This commit is contained in:
Evan Goode 2025-03-08 12:59:15 -05:00
parent ec0baa6a1e
commit 15aff73aa1
3 changed files with 3 additions and 4 deletions

View File

@ -179,8 +179,7 @@ QList<BasePage*> NewInstanceDialog::getPages()
pages.append(new CustomPage(this));
pages.append(importPage);
pages.append(new AtlPage(this));
if (APPLICATION->capabilities() & Application::SupportsFlame)
pages.append(new FlamePage(this));
pages.append(new FlamePage(this));
pages.append(new FtbPage(this));
pages.append(new LegacyFTB::Page(this));
pages.append(new FTBImportAPP::ImportFTBPage(this));

View File

@ -274,7 +274,7 @@
<bool>true</bool>
</property>
<property name="placeholderText">
<string>(Default)</string>
<string>(None)</string>
</property>
</widget>
</item>

View File

@ -19,7 +19,7 @@
</font>
</property>
<property name="text">
<string>Note: CurseForge allows creators to block access to third-party tools like Prism Launcher. As such, you may need to manually download some mods to be able to install a modpack.</string>
<string>Note: a valid CurseForge API key is required to download modpacks from CurseForge. Set one in Settings → APIs → API Keys → CurseForge Core API.</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>