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/ModPage.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/ModPage.cpp')
-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 2af9a10a..f2c1746f 100644 --- a/launcher/ui/pages/modplatform/ModPage.cpp +++ b/launcher/ui/pages/modplatform/ModPage.cpp @@ -352,4 +352,5 @@ void ModPage::updateUi() HoeDown h; ui->packDescription->setHtml(text + (current.extraData.body.isEmpty() ? current.description : h.process(current.extraData.body.toUtf8()))); + ui->packDescription->flush(); } |