Set name for Space list avatars

This commit is contained in:
Tobias Fella
2022-10-23 23:13:56 +02:00
parent ef255243ec
commit 67b53a898f

View File

@@ -79,6 +79,8 @@ Kirigami.ScrollablePage {
}
}
name: currentRoom.displayName
QQC2.ToolTip {
text: currentRoom.displayName
}