diff --git a/applets/appmenu/package/contents/ui/main.qml b/applets/appmenu/package/contents/ui/main.qml --- a/applets/appmenu/package/contents/ui/main.qml +++ b/applets/appmenu/package/contents/ui/main.qml @@ -147,7 +147,9 @@ // QMenu opens on press, so we'll replicate that here MouseArea { anchors.fill: parent + hoverEnabled: plasmoid.nativeInterface.currentIndex !== -1 onPressed: parent.clicked() + onEntered: parent.clicked() } } }