One way to fix it is to make `MetroTileHomepage` a...
# tornadofx
e
One way to fix it is to make
MetroTileHomepage
a
Fragment
instead of a
View
and then remove the inject line from
WorkbenchController
(Kill this:
private val metroTileHomepage: MetroTileHomepage by inject()
)