mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
feat: add logic for the modrinth instance modpack page
Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
@ -81,6 +81,10 @@ class ModrinthManagedPackPage final : public ManagedPackPage {
|
||||
|
||||
public slots:
|
||||
void suggestVersion() override;
|
||||
|
||||
private:
|
||||
Modrinth::Modpack m_pack;
|
||||
ModrinthAPI m_api;
|
||||
};
|
||||
|
||||
class FlameManagedPackPage final : public ManagedPackPage {
|
||||
|
Reference in New Issue
Block a user