mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 12:29:37 +00:00
fix: don't display bogus empty tooltip with no text
This commit is contained in:
parent
a6d7ec2536
commit
4d770e6a7f
@ -35,7 +35,7 @@ Item {
|
||||
}
|
||||
StatusToolTip {
|
||||
id: tooltip
|
||||
visible: hoverHandler.hovered
|
||||
visible: hoverHandler.hovered && !!text
|
||||
}
|
||||
|
||||
Component{
|
||||
|
Loading…
x
Reference in New Issue
Block a user