Tray: Fixing hiding tooltip

This commit is contained in:
ItsLemmy
2025-09-28 11:17:02 -04:00
parent dc414df9bc
commit 65fab7b367
+1 -1
View File
@@ -102,7 +102,7 @@ Rectangle {
modelData.secondaryActivate && modelData.secondaryActivate()
} else if (mouse.button === Qt.RightButton) {
trayTooltip.hide()
TooltipService.hide()
// Close the menu if it was visible
if (trayPanel && trayPanel.visible) {