From 67b53a898f6df9a2c83d8d186d23016fd5c8391c Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sun, 23 Oct 2022 23:13:56 +0200 Subject: [PATCH] Set name for Space list avatars --- imports/NeoChat/Page/RoomListPage.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/imports/NeoChat/Page/RoomListPage.qml b/imports/NeoChat/Page/RoomListPage.qml index 24e741007..e40fd60b8 100644 --- a/imports/NeoChat/Page/RoomListPage.qml +++ b/imports/NeoChat/Page/RoomListPage.qml @@ -79,6 +79,8 @@ Kirigami.ScrollablePage { } } + name: currentRoom.displayName + QQC2.ToolTip { text: currentRoom.displayName }