diff --git a/qml/form/RoomForm.qml b/qml/form/RoomForm.qml index 3f445e5..91741e8 100644 --- a/qml/form/RoomForm.qml +++ b/qml/form/RoomForm.qml @@ -182,6 +182,16 @@ Item { visible: eventType === "emote" || eventType === "state" } + + Label { + Layout.alignment: Qt.AlignHCenter + + visible: eventType === "other" + + text: display + color: "grey" + font.italic: true + } } ScrollBar.vertical: messageListViewScrollBar