mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +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()
|
font: Nheko.monospaceFont()
|
||||||
color: Nheko.colors.text
|
color: Nheko.colors.text
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
textFormat: Text.PlainText
|
||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: Nheko.colors.base
|
color: Nheko.colors.base
|
||||||
|
|
Loading…
Reference in a new issue