diff options
author | Malte E <malte.e@mailbox.org> | 2022-03-04 23:11:47 +0100 |
---|---|---|
committer | Malte E <malte.e@mailbox.org> | 2022-03-04 23:11:47 +0100 |
commit | cb057b016af6792d6ed19f86f4c972a734b13358 (patch) | |
tree | 425207211a30e5be203cb1935e06923512fc4d8b /resources/qml/dialogs/RoomSettings.qml | |
parent | wrap room name (diff) | |
download | nheko-cb057b016af6792d6ed19f86f4c972a734b13358.tar.xz |
rich text emoji
Diffstat (limited to '')
-rw-r--r-- | resources/qml/dialogs/RoomSettings.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/dialogs/RoomSettings.qml b/resources/qml/dialogs/RoomSettings.qml index d090e86c..44051610 100644 --- a/resources/qml/dialogs/RoomSettings.qml +++ b/resources/qml/dialogs/RoomSettings.qml @@ -115,6 +115,7 @@ ApplicationWindow { horizontalAlignment: TextEdit.AlignHCenter color: Nheko.colors.text wrapMode: Text.Wrap + textFormat: Text.RichText } Label { |