mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-01-21 17:14:28 +00:00
NOISSUE Working import from Modrinth, license update to accomodate it
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
|
||||
QString displayName() const override
|
||||
{
|
||||
return tr("Modrinth");
|
||||
return tr("Modrinth (WIP)");
|
||||
}
|
||||
QIcon icon() const override
|
||||
{
|
||||
@@ -62,12 +62,16 @@ public:
|
||||
private slots:
|
||||
void triggerSearch();
|
||||
void onSelectionChanged(QModelIndex first, QModelIndex second);
|
||||
void onVersionSelectionChanged(const QString & version);
|
||||
void onPackDataChanged(const QString &id);
|
||||
|
||||
private:
|
||||
void updateCurrentPackUI();
|
||||
void suggestCurrent();
|
||||
|
||||
Ui::ModrinthPage *ui;
|
||||
NewInstanceDialog *dialog;
|
||||
Modrinth::ListModel *model = nullptr;
|
||||
Modrinth::Modpack current;
|
||||
Modrinth::Version currentVersion;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user