If the App class did `importStylesheet(TypeSafeSty...
# tornadofx
e
If the App class did
importStylesheet(TypeSafeStylesheet::class)
then that code would run before the app start, and the url handler would be force installed too late. Now it works 🙂