Hello, Thank you for this great add-on! My app menu has a LeftNavigationI

Hello,

Thank you for this great add-on!

My app menu has a LeftNavigationItem called Dashboard, which is the home page. What should I do to open this automatically when the app starts?

Thanks,

Claudio

I’m glad you like it!
This can be done by using the @Route Annotation of the view that was passed to the LeftNavigationItem. The value of the @Route Annotation should be empty or ā€œā€.

Hello Johannes,

Thanks a lot!