mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Explicitly set text format for raw message dialog
This commit is contained in:
parent
2d275b61da
commit
6484ed6496
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ ApplicationWindow {
|
|||
font: Nheko.monospaceFont()
|
||||
color: Nheko.colors.text
|
||||
readOnly: true
|
||||
textFormat: Text.PlainText
|
||||
|
||||
background: Rectangle {
|
||||
color: Nheko.colors.base
|
||||
|
|
Loading…
Reference in a new issue