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/modrinth/ModrinthPage.cpp | |
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/modrinth/ModrinthPage.cpp')
-rw-r--r-- | launcher/ui/pages/modplatform/modrinth/ModrinthPage.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/ui/pages/modplatform/modrinth/ModrinthPage.cpp b/launcher/ui/pages/modplatform/modrinth/ModrinthPage.cpp index cea6cdee..4482774c 100644 --- a/launcher/ui/pages/modplatform/modrinth/ModrinthPage.cpp +++ b/launcher/ui/pages/modplatform/modrinth/ModrinthPage.cpp @@ -74,6 +74,7 @@ ModrinthPage::ModrinthPage(NewInstanceDialog* dialog, QWidget* parent) : QWidget connect(ui->versionSelectionBox, &QComboBox::currentTextChanged, this, &ModrinthPage::onVersionSelectionChanged); ui->packView->setItemDelegate(new ProjectItemDelegate(this)); + ui->packDescription->setMetaEntry(metaEntryBase()); } ModrinthPage::~ModrinthPage() @@ -283,6 +284,7 @@ void ModrinthPage::updateUI() text += h.process(current.extra.body.toUtf8()); ui->packDescription->setHtml(text + current.description); + ui->packDescription->flush(); } void ModrinthPage::suggestCurrent() |