diff --git a/src/devtools/RoomData.qml b/src/devtools/RoomData.qml index 2c934189d..57a81497d 100644 --- a/src/devtools/RoomData.qml +++ b/src/devtools/RoomData.qml @@ -25,7 +25,7 @@ ColumnLayout { text: i18n("Room") textRole: "escapedDisplayName" valueRole: "roomId" - displayText: RoomManager.roomListModel.data(RoomManager.roomListModel.index(currentIndex, 0), RoomListModel.DisplayNameRole) + displayText: RoomManager.roomListModel.data(RoomManager.roomListModel.index(currentIndex, 0), RoomListModel.EscapedDisplayNameRole) model: RoomManager.roomListModel currentIndex: 0 displayMode: FormCard.FormComboBoxDelegate.Page