psifidotos / applet-window-appmenu

Plasma 5 applet in order to show the window appmenu
GNU General Public License v2.0
422 stars 33 forks source link

Option "Show only menus from active applications" not working. #142

Closed tnilzon closed 3 years ago

tnilzon commented 3 years ago

In the applet options/General there is a filter: "Show only menus from active applications", but it is not working. What happens is:

If a window of an application that has menus is selected on the desktop (i.e. is "active") the menus are correctly displayed in the panel (on the "applet-window-appmenu"). If then an empty space on the desktop is clicked, this application becomes not selected (i.e. is not "active"), then the menus are still displayed in the panel. Expected behavior is that the menus should disappear.

psifidotos commented 3 years ago

Have you tried latest master version?

tnilzon commented 3 years ago

Hi, just tried the master. It works! Thanks!