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 committed by Luna
parent 0565bd7c68
commit b43764d355
2 changed files with 2 additions and 3 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>