diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-19 14:28:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 14:28:29 +0200 |
commit | 4e08f282469071074f390d2767184560a4ece6bd (patch) | |
tree | 073c82787221001f3e04cb734cd05b6148911f44 /launcher/ui/pages/modplatform/flame | |
parent | 46c57e120f50084b310879286a2774334b53d2af (diff) | |
parent | fda3f1352e203bc119f092e30b25356345342c18 (diff) | |
download | PrismLauncher-4e08f282469071074f390d2767184560a4ece6bd.tar.gz PrismLauncher-4e08f282469071074f390d2767184560a4ece6bd.tar.bz2 PrismLauncher-4e08f282469071074f390d2767184560a4ece6bd.zip |
Merge pull request #31 from flowln/who_needs_webview
Diffstat (limited to 'launcher/ui/pages/modplatform/flame')
-rw-r--r-- | launcher/ui/pages/modplatform/flame/FlameModPage.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/ui/pages/modplatform/flame/FlameModPage.cpp b/launcher/ui/pages/modplatform/flame/FlameModPage.cpp index 54a7be04..fd6e32ff 100644 --- a/launcher/ui/pages/modplatform/flame/FlameModPage.cpp +++ b/launcher/ui/pages/modplatform/flame/FlameModPage.cpp @@ -59,6 +59,8 @@ FlameModPage::FlameModPage(ModDownloadDialog* dialog, BaseInstance* instance) connect(ui->packView->selectionModel(), &QItemSelectionModel::currentChanged, this, &FlameModPage::onSelectionChanged); connect(ui->versionSelectionBox, &QComboBox::currentTextChanged, this, &FlameModPage::onVersionSelectionChanged); connect(ui->modSelectionButton, &QPushButton::clicked, this, &FlameModPage::onModSelected); + + ui->packDescription->setMetaEntry(metaEntryBase()); } auto FlameModPage::validateVersion(ModPlatform::IndexedVersion& ver, QString mineVer, ModAPI::ModLoaderTypes loaders) const -> bool |