Privacy panel missing in settings tab for MenuPage and subclasses.
menupage_settings_panels is defined in https://github.com/rkhleics/wagtailmenus/blob/master/wagtailmenus/panels.py#L100-L107 and clearly it does not have PrivacyModalPanel.
As far as I can see PrivacyModalPanel is added to wagtail in v2.10:
wagtail/wagtail@84f3265
For the reference, missing panel is marked on the image:

Privacy panel missing in settings tab for
MenuPageand subclasses.menupage_settings_panelsis defined in https://github.com/rkhleics/wagtailmenus/blob/master/wagtailmenus/panels.py#L100-L107 and clearly it does not havePrivacyModalPanel.As far as I can see
PrivacyModalPanelis added to wagtail in v2.10:wagtail/wagtail@84f3265
For the reference, missing panel is marked on the image: