Don't interpret HTML in SMS messages
This commit is contained in:
parent
245eb954d5
commit
a5f55acf0e
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue