Explicitly set text format for raw message dialog

This commit is contained in:
Nicolas Werner 2021-12-19 06:37:47 +01:00
parent 2d275b61da
commit 6484ed6496
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ ApplicationWindow {
font: Nheko.monospaceFont()
color: Nheko.colors.text
readOnly: true
textFormat: Text.PlainText
background: Rectangle {
color: Nheko.colors.base