mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-18 09:37:59 +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 {
|
StatusToolTip {
|
||||||
id: tooltip
|
id: tooltip
|
||||||
visible: hoverHandler.hovered
|
visible: hoverHandler.hovered && !!text
|
||||||
}
|
}
|
||||||
|
|
||||||
Component{
|
Component{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user