Skip to content

apps-menu: Add missing chain-up

PanelMenu.Button is a bit weird in that it also "contains" its parent actor. That container is supposed to be destroyed with the button, but as we currently don't chain up to the parent class' _onDestroy(), we leave behind an empty container every time the extension is disabled.

Fix this by adding the missing chain-up.

Merge request reports