Don't interpret HTML in SMS messages

This commit is contained in:
Matthijs Tijink 2019-07-21 11:05:40 +00:00
parent 245eb954d5
commit a5f55acf0e

View file

@ -182,12 +182,14 @@ Kirigami.ScrollablePage
text: display text: display
maximumLineCount: 1 maximumLineCount: 1
elide: Text.ElideRight elide: Text.ElideRight
textFormat: Text.PlainText
} }
Label { Label {
Layout.fillWidth: true Layout.fillWidth: true
text: toolTip text: toolTip
maximumLineCount: 1 maximumLineCount: 1
elide: Text.ElideRight elide: Text.ElideRight
textFormat: Text.PlainText
} }
} }
} }