diff options
author | flow <flowlnlnln@gmail.com> | 2022-09-25 09:33:29 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-25 09:33:29 -0300 |
commit | c01b475cbfc706612991deb795a30644f002b72f (patch) | |
tree | 81e633dedc5d8f5876e4c53c83e5b3508fd80255 | |
parent | c6bcb6228b421983006d16c93f7cda091dc9679b (diff) | |
parent | 3d4feeec8d9e0f29de81c4e827724e4dd8b28077 (diff) | |
download | PrismLauncher-c01b475cbfc706612991deb795a30644f002b72f.tar.gz PrismLauncher-c01b475cbfc706612991deb795a30644f002b72f.tar.bz2 PrismLauncher-c01b475cbfc706612991deb795a30644f002b72f.zip |
Merge pull request #1165 from ErogigGit/develop
-rw-r--r-- | launcher/ui/pages/modplatform/ModPage.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/ui/pages/modplatform/ModPage.cpp b/launcher/ui/pages/modplatform/ModPage.cpp index 986caa77..4fce0242 100644 --- a/launcher/ui/pages/modplatform/ModPage.cpp +++ b/launcher/ui/pages/modplatform/ModPage.cpp @@ -60,6 +60,7 @@ ModPage::ModPage(ModDownloadDialog* dialog, BaseInstance* instance, ModAPI* api) connect(ui->searchButton, &QPushButton::clicked, this, &ModPage::triggerSearch); connect(ui->modFilterButton, &QPushButton::clicked, this, &ModPage::filterMods); + connect(ui->packView, &QListView::doubleClicked, this, &ModPage::onModSelected); m_search_timer.setTimerType(Qt::TimerType::CoarseTimer); m_search_timer.setSingleShot(true); |