Use plaintext in TypingPane

This commit is contained in:
Tobias Fella
2021-11-02 00:08:02 +01:00
parent d494eb1c63
commit 0568bed62d

View File

@@ -90,6 +90,7 @@ Loader {
id: typingLabel
elide: Text.ElideRight
text: root.labelText
textFormat: Text.PlainText
}
}