switch back to rendering plain text for now

This commit is contained in:
Morgan McMillian 2017-02-04 16:41:34 -08:00
parent 0c8bc294c1
commit d42eb8f1ad

View file

@ -136,9 +136,9 @@ Container {
topMargin: ui.sdu(2.0)
bottomMargin: ui.sdu(2.0)
Label {
text: (ListItemData.is_deleted) ? qsTr("<i>{{POST DELETED}}</i>") : ListItemData.content.html
text: (ListItemData.is_deleted) ? qsTr("<i>{{POST DELETED}}</i>") : ListItemData.content.text
multiline: true
textFormat: TextFormat.Html
//textFormat: TextFormat.Html
}
}
Container {