diff --git a/launcher/ui/dialogs/NewInstanceDialog.cpp b/launcher/ui/dialogs/NewInstanceDialog.cpp index 6501ebd3b..3775cfbbf 100644 --- a/launcher/ui/dialogs/NewInstanceDialog.cpp +++ b/launcher/ui/dialogs/NewInstanceDialog.cpp @@ -179,8 +179,7 @@ QList 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)); diff --git a/launcher/ui/pages/global/APIPage.ui b/launcher/ui/pages/global/APIPage.ui index e9eb77581..cffd7f345 100644 --- a/launcher/ui/pages/global/APIPage.ui +++ b/launcher/ui/pages/global/APIPage.ui @@ -274,7 +274,7 @@ true - (Default) + (None) diff --git a/launcher/ui/pages/modplatform/flame/FlamePage.ui b/launcher/ui/pages/modplatform/flame/FlamePage.ui index cf882ef1c..7bcf88946 100644 --- a/launcher/ui/pages/modplatform/flame/FlamePage.ui +++ b/launcher/ui/pages/modplatform/flame/FlamePage.ui @@ -19,7 +19,7 @@ - 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. + Note: a valid CurseForge API key is required to download modpacks from CurseForge. Set one in Settings → APIs → API Keys → CurseForge Core API. Qt::AlignCenter