feat: show tooltip on top of community button with name

This commit is contained in:
Jonathan Rainville 2021-02-17 13:29:56 -05:00 committed by Iuri Matias
parent 75a0818d41
commit 63e2c21b33
1 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,12 @@ StatusIconTabButton {
chatsModel.communities.setActiveCommunity(communityId)
}
StatusToolTip {
visible: communityButton.hovered
text: communityButton.name
delay: 50
}
Rectangle {
id: chatBadge
visible: unviewedMessagesCount > 0