Hello, I need to open my app window myself because...
# tornadofx
m
Hello, I need to open my app window myself because I need to setup some parameters in
openWindow()
, but I don't know how to do that since I have to provide a View in the main App class, and it opens automatically. How can I solve that? Can I disable the "automatic first window" and open it myself?