feat(ui): allow downloading multiple mods in Modrinth at once

This commit is contained in:
flow
2022-02-21 21:34:53 -03:00
parent 9c6727e27f
commit 512395e3f1
3 changed files with 130 additions and 106 deletions

View File

@ -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;