diff --git a/src/widgets/systray/SysTrayItem.qml b/src/widgets/systray/SysTrayItem.qml index 950d980..b1ecf5d 100644 --- a/src/widgets/systray/SysTrayItem.qml +++ b/src/widgets/systray/SysTrayItem.qml @@ -16,9 +16,7 @@ MouseArea { item.activate(); break; case Qt.RightButton: - if (!item.hasMenu) - return; - menu.open(); + item.hasMenu && menu.open(); break; default: console.log("Buttonevent unhandled");