aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/modplatform/flame/FlameModPage.h
diff options
context:
space:
mode:
authorflow <thiagodonato300@gmail.com>2022-02-21 21:53:21 -0300
committerflow <thiagodonato300@gmail.com>2022-02-21 21:53:21 -0300
commitf5cf4eb45f6610851367bdcab7b87766bed14288 (patch)
tree6406ddba47cc719a4e72a9a6e108b7bf1041d446 /launcher/ui/pages/modplatform/flame/FlameModPage.h
parent512395e3f1ada7e16fa547f7fbe050e20a6d3209 (diff)
downloadPrismLauncher-f5cf4eb45f6610851367bdcab7b87766bed14288.tar.gz
PrismLauncher-f5cf4eb45f6610851367bdcab7b87766bed14288.tar.bz2
PrismLauncher-f5cf4eb45f6610851367bdcab7b87766bed14288.zip
feat(ui): allow downloading multiple mods from CurseForge at once
Diffstat (limited to 'launcher/ui/pages/modplatform/flame/FlameModPage.h')
-rw-r--r--launcher/ui/pages/modplatform/flame/FlameModPage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/launcher/ui/pages/modplatform/flame/FlameModPage.h b/launcher/ui/pages/modplatform/flame/FlameModPage.h
index 8fa3248a..b5b19a4f 100644
--- a/launcher/ui/pages/modplatform/flame/FlameModPage.h
+++ b/launcher/ui/pages/modplatform/flame/FlameModPage.h
@@ -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;