<@U14ECM2KV> The `defaultDeletable` will just make...
# tornadofx
e
@ron The
defaultDeletable
will just make sure that the button is disabled. To remove it, just do
workspace.deleteButton.hide()
or even
removeFromParent
if you want.