Us room name as room page title
This commit is contained in:
@@ -19,7 +19,7 @@ Kirigami.ScrollablePage {
|
||||
|
||||
property var currentRoom
|
||||
|
||||
title: i18n("Messages")
|
||||
title: currentRoom.name
|
||||
|
||||
MessageEventModel {
|
||||
id: messageEventModel
|
||||
|
||||
Reference in New Issue
Block a user