mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
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)
|
chatsModel.communities.setActiveCommunity(communityId)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
StatusToolTip {
|
||||||
|
visible: communityButton.hovered
|
||||||
|
text: communityButton.name
|
||||||
|
delay: 50
|
||||||
|
}
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: chatBadge
|
id: chatBadge
|
||||||
visible: unviewedMessagesCount > 0
|
visible: unviewedMessagesCount > 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user