diff --git a/ui/app/AppLayouts/Chat/CommunityComponents/CommunityButton.qml b/ui/app/AppLayouts/Chat/CommunityComponents/CommunityButton.qml index 95d46e5a17..569b6009ac 100644 --- a/ui/app/AppLayouts/Chat/CommunityComponents/CommunityButton.qml +++ b/ui/app/AppLayouts/Chat/CommunityComponents/CommunityButton.qml @@ -28,6 +28,12 @@ StatusIconTabButton { chatsModel.communities.setActiveCommunity(communityId) } + StatusToolTip { + visible: communityButton.hovered + text: communityButton.name + delay: 50 + } + Rectangle { id: chatBadge visible: unviewedMessagesCount > 0