From d42c831e80e85adcf9d4c01a100bb5a6e2380da2 Mon Sep 17 00:00:00 2001 From: James Graham Date: Sun, 23 Oct 2022 10:38:34 +0100 Subject: [PATCH] Use plain text for RoomPage header as this is what is required --- imports/NeoChat/Page/RoomPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports/NeoChat/Page/RoomPage.qml b/imports/NeoChat/Page/RoomPage.qml index c074f4709..00441444e 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -31,7 +31,7 @@ Kirigami.ScrollablePage { /// cancel implementation. property bool disableCancelShortcut: false - title: currentRoom.htmlSafeDisplayName + title: currentRoom.displayName KeyNavigation.left: pageStack.get(0)