Added curseforge selection
This commit is contained in:
parent
621e0ba4a8
commit
975f77756d
10 changed files with 855 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
#include "ui/pages/BasePageProvider.h"
|
||||
#include "minecraft/mod/ModFolderModel.h"
|
||||
#include "ModDownloadTask.h"
|
||||
#include "ui/pages/modplatform/flame/FlameModPage.h"
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
|
@ -47,6 +48,7 @@ private:
|
|||
|
||||
|
||||
ModrinthPage *modrinthPage = nullptr;
|
||||
FlameModPage *flameModPage = nullptr;
|
||||
std::unique_ptr<ModDownloadTask> modTask;
|
||||
BaseInstance *m_instance;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue