diff --git a/js/ui/remoteMenu.js b/js/ui/remoteMenu.js index 7d7ebbf89..4aee3d7b1 100644 --- a/js/ui/remoteMenu.js +++ b/js/ui/remoteMenu.js @@ -192,6 +192,10 @@ const RemoteMenu = new Lang.Class({ _removeItem.bind(null, this)); }, + get actionGroup() { + return this._actionGroup; + }, + destroy: function() { this._tracker.destroy(); this.parent();