From 82768b4cc58ed6cb8ee00dae2054836f8b41d5f5 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Tue, 10 Nov 2020 13:00:50 +0100 Subject: [PATCH] Us room name as room page title --- 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 a691af0f1..4fb31b612 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -19,7 +19,7 @@ Kirigami.ScrollablePage { property var currentRoom - title: i18n("Messages") + title: currentRoom.name MessageEventModel { id: messageEventModel