Merge pull request #31 from flowln/who_needs_webview

This commit is contained in:
Sefa Eyeoglu 2022-10-19 14:28:29 +02:00 committed by GitHub
commit 4e08f28246
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 298 additions and 6 deletions

View file

@ -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();
}