Use escaped title in devtools

(cherry picked from commit 307536c6b6)
This commit is contained in:
Tobias Fella
2024-04-23 13:27:15 +02:00
parent ab33d1ca88
commit 70a8842f00

View File

@@ -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