diff options
author | timoreo22 <timo.oreo34@gmail.com> | 2022-02-26 07:33:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-26 07:33:11 +0100 |
commit | ae354688c96927e95db8c06c53ada0b5d7e77f26 (patch) | |
tree | 5d864de33438ce4d82af03928b3d632f055a0490 /launcher/ui/pages/modplatform/flame/FlameModPage.h | |
parent | 27f37315f84536d75d95bc1879e8a4513fcfc831 (diff) | |
parent | c4f4e9e620ee4a7094542190bc18cc167d00a7ff (diff) | |
download | PrismLauncher-ae354688c96927e95db8c06c53ada0b5d7e77f26.tar.gz PrismLauncher-ae354688c96927e95db8c06c53ada0b5d7e77f26.tar.bz2 PrismLauncher-ae354688c96927e95db8c06c53ada0b5d7e77f26.zip |
Merge pull request #193 from flowln/develop
Allow for downloading multiple mods 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; |