tray: more tooltip fixes

This commit is contained in:
Lemmy
2026-01-28 16:48:23 -05:00
parent 4116bf6bf0
commit 8a721d4270
3 changed files with 19 additions and 9 deletions
+2 -2
View File
@@ -103,13 +103,13 @@ Item {
onExited: {
hovering = false;
if (tooltipText) {
TooltipService.hide();
TooltipService.hide(root);
}
root.exited();
}
onClicked: function (mouse) {
if (tooltipText) {
TooltipService.hide();
TooltipService.hide(root);
}
if (!root.enabled && !allowClickWhenDisabled) {
return;