mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 01:00:22 +00:00
NOISSUE Add FTB App import page to new instance dialog
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include "ui/pages/modplatform/VanillaPage.h"
|
||||
#include "ui/pages/modplatform/atlauncher/AtlPage.h"
|
||||
#include "ui/pages/modplatform/legacy_ftb/Page.h"
|
||||
#include "ui/pages/modplatform/import_ftb/FTBAPage.h"
|
||||
#include "ui/pages/modplatform/ImportPage.h"
|
||||
#include "ui/pages/modplatform/modrinth/ModrinthPage.h"
|
||||
#include "ui/pages/modplatform/technic/TechnicPage.h"
|
||||
@@ -128,9 +129,10 @@ QList<BasePage *> NewInstanceDialog::getPages()
|
||||
{
|
||||
new VanillaPage(this),
|
||||
importPage,
|
||||
new AtlPage(this),
|
||||
new LegacyFTB::Page(this),
|
||||
new ModrinthPage(this),
|
||||
new AtlPage(this),
|
||||
new ImportFTB::FTBAPage(this),
|
||||
new LegacyFTB::Page(this),
|
||||
technicPage
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user