diff --git a/resources/qml/RoomSettings.qml b/resources/qml/RoomSettings.qml index 1165f472..1808ebf0 100644 --- a/resources/qml/RoomSettings.qml +++ b/resources/qml/RoomSettings.qml @@ -32,6 +32,7 @@ ApplicationWindow { Avatar { url: roomSettings.roomAvatarUrl.replace("mxc://", "image://MxcImage/") + displayName: roomSettings.roomName height: 130 width: 130 Layout.alignment: Qt.AlignHCenter