diff options
author | flow <thiagodonato300@gmail.com> | 2022-02-21 21:53:21 -0300 |
---|---|---|
committer | flow <thiagodonato300@gmail.com> | 2022-02-21 21:53:21 -0300 |
commit | f5cf4eb45f6610851367bdcab7b87766bed14288 (patch) | |
tree | 6406ddba47cc719a4e72a9a6e108b7bf1041d446 /launcher/ui/pages/modplatform/flame/FlameModPage.h | |
parent | 512395e3f1ada7e16fa547f7fbe050e20a6d3209 (diff) | |
download | PrismLauncher-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.h | 3 |
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; |