Disable HTML on macOS
This commit is contained in:
parent
648844089c
commit
e630504863
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@
|
|||
QString
|
||||
NotificationsManager::formatNotification(const QString &text)
|
||||
{
|
||||
return utils::markdownToHtml(text);
|
||||
return QTextDocumentFragment::fromHtml(utils::markdownToHtml(text)).toPlainText();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue