chore(StatusFlatRoundButon): fix warning related to hovered property

This commit is contained in:
Jonathan Rainville 2022-06-22 13:43:57 -04:00
parent 1730fe756d
commit 7d064d6c6e
1 changed files with 1 additions and 1 deletions

View File

@ -172,6 +172,6 @@ Rectangle {
StatusToolTip {
id: statusToolTip
visible: !!text && parent.hovered
visible: !!text && statusFlatRoundButton.hovered
} // Tooltip
} // Rectangle