mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
tray: more tooltip fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user