Hey. I have a workspace with drawers. But I want to show a login form before the user can do anything else in the application (use drawers, the menu or anything else).
Is there an easy way to achieve this?
Best thing to so far:
Overriding onBeforeShow() and calling that:
Platform.runLater{
find<LoginView>().openModal()
}