Disable HTML on macOS
This commit is contained in:
parent
648844089c
commit
e630504863
@ -7,5 +7,5 @@
|
||||
QString
|
||||
NotificationsManager::formatNotification(const QString &text)
|
||||
{
|
||||
return utils::markdownToHtml(text);
|
||||
return QTextDocumentFragment::fromHtml(utils::markdownToHtml(text)).toPlainText();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user