switch back to rendering plain text for now
This commit is contained in:
parent
0c8bc294c1
commit
d42eb8f1ad
1 changed files with 2 additions and 2 deletions
|
@ -136,9 +136,9 @@ Container {
|
||||||
topMargin: ui.sdu(2.0)
|
topMargin: ui.sdu(2.0)
|
||||||
bottomMargin: ui.sdu(2.0)
|
bottomMargin: ui.sdu(2.0)
|
||||||
Label {
|
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
|
multiline: true
|
||||||
textFormat: TextFormat.Html
|
//textFormat: TextFormat.Html
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Container {
|
Container {
|
||||||
|
|
Reference in a new issue