feat(ui): allow downloading multiple mods from CurseForge at once

This commit is contained in:
flow
2022-02-21 21:53:21 -03:00
parent 512395e3f1
commit f5cf4eb45f
3 changed files with 128 additions and 105 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::FlameModPage *ui = nullptr;