feat(ui): allow downloading multiple mods in Modrinth at once
This commit is contained in:
@ -50,12 +50,13 @@ public:
|
||||
BaseInstance *m_instance;
|
||||
|
||||
private:
|
||||
void suggestCurrent();
|
||||
void updateSelectionButton();
|
||||
|
||||
private slots:
|
||||
void triggerSearch();
|
||||
void onSelectionChanged(QModelIndex first, QModelIndex second);
|
||||
void onVersionSelectionChanged(QString data);
|
||||
void onModSelected();
|
||||
|
||||
private:
|
||||
Ui::ModrinthPage *ui = nullptr;
|
||||
|
Reference in New Issue
Block a user