Explicitly set text format for raw message dialog

v0.9.1-fixes
Nicolas Werner 3 years ago
parent 2d275b61da
commit 6484ed6496
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 1
      resources/qml/dialogs/RawMessageDialog.qml

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

Loading…
Cancel
Save