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
maximumLineCount: 1
elide: Text.ElideRight
textFormat: Text.PlainText
}
Label {
Layout.fillWidth: true
text: toolTip
maximumLineCount: 1
elide: Text.ElideRight
textFormat: Text.PlainText
}
}
}