While refactoring my CRM app I found some missing ...
# tornadofx
e
While refactoring my CRM app I found some missing menu builders. The lack of a
<http://Menu.menu|Menu.menu>()
builder caused a sub menu to be added to the top level, since it would match the
<http://MenuBar.menu|MenuBar.menu>()
instead. Adding them now.