GH-405 ATLauncher Support
This commit is contained in:
parent
5e980ceef2
commit
ab19b86341
24 changed files with 1755 additions and 2 deletions
|
@ -34,6 +34,7 @@
|
|||
|
||||
#include "widgets/PageContainer.h"
|
||||
#include <pages/modplatform/VanillaPage.h>
|
||||
#include <pages/modplatform/atlauncher/AtlPage.h>
|
||||
#include <pages/modplatform/ftb/FtbPage.h>
|
||||
#include <pages/modplatform/legacy_ftb/Page.h>
|
||||
#include <pages/modplatform/twitch/TwitchPage.h>
|
||||
|
@ -129,6 +130,7 @@ QList<BasePage *> NewInstanceDialog::getPages()
|
|||
{
|
||||
new VanillaPage(this),
|
||||
importPage,
|
||||
new AtlPage(this),
|
||||
new FtbPage(this),
|
||||
new LegacyFTB::Page(this),
|
||||
technicPage,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue