Main navigation in application frame is not styled as main menu

Hey :slight_smile:

After updating to 2022.06, the navigation menu in our application header is styled like a normal flyout menu. However, the desired look is that of a flyout main menu (see <INTERNAL_LINK> ).

Is this a bug in the client or is it related to customizations in our application?

We use a CustomApplicationFrameLayout where we set a title and additionalHeaderItems. I’m aware of the option to define a mainMenuComponent, but I have no idea how I could recreate the navigation menu from scratch and I haven’t found a default component.

*Edit: We are using the flat theme.

A bug ticket has been created for this issue: <INTERNAL_LINK>

Hello,
I’m not sure if the problem could be related to the “sceneChange” property on the application model, inside “onEnter” (after updating the model we should have name instead of container).