Update ui/app/AppLayouts/Chat/views/ChatView.qml
Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
This commit is contained in:
parent
5954256616
commit
ab66de2606
|
@ -102,7 +102,7 @@ StatusAppThreePanelLayout {
|
|||
id: userListComponent
|
||||
UserListPanel {
|
||||
rootStore: root.rootStore
|
||||
label: qsTrId("members-label")
|
||||
label: qsTr("Members")
|
||||
messageContextMenu: quickActionMessageOptionsMenu
|
||||
usersModule: {
|
||||
let chatContentModule = root.rootStore.currentChatContentModule()
|
||||
|
|
Loading…
Reference in New Issue