<@U0F3291QE> some of the statements in `App::start...
# tornadofx
h
@edvin some of the statements in
App::start()
are needed to init single `View`s. I see the
val view = find(...)
we spoke about. But we also need the other statements (default uncaught exception handler, apply stylesheets, hook global shortcuts, bind title property, create primary scene, set default workspace), I guess.