feat: show tooltip on top of community button with name
This commit is contained in:
parent
75a0818d41
commit
63e2c21b33
|
@ -28,6 +28,12 @@ StatusIconTabButton {
|
|||
chatsModel.communities.setActiveCommunity(communityId)
|
||||
}
|
||||
|
||||
StatusToolTip {
|
||||
visible: communityButton.hovered
|
||||
text: communityButton.name
|
||||
delay: 50
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
id: chatBadge
|
||||
visible: unviewedMessagesCount > 0
|
||||
|
|
Loading…
Reference in New Issue