Show CurseForge in new instance dialog even if no API key
This commit is contained in:
parent
0565bd7c68
commit
b43764d355
@ -179,7 +179,6 @@ QList<BasePage*> NewInstanceDialog::getPages()
|
|||||||
pages.append(new CustomPage(this));
|
pages.append(new CustomPage(this));
|
||||||
pages.append(importPage);
|
pages.append(importPage);
|
||||||
pages.append(new AtlPage(this));
|
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 FtbPage(this));
|
||||||
pages.append(new LegacyFTB::Page(this));
|
pages.append(new LegacyFTB::Page(this));
|
||||||
|
@ -274,7 +274,7 @@
|
|||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="placeholderText">
|
<property name="placeholderText">
|
||||||
<string>(Default)</string>
|
<string>(None)</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user