kastork
11/12/2017, 4:52 PMWorkspace lifecycle would you invoke removeFromParent on the default toolbar buttons? If you do it in init or onDock the buttons have null parents, so nothing happens.kastork
11/12/2017, 5:31 PMworkspace.root.header.removeFromParent() during the Workspace onDock did what I want, but I think it is a bug that you can't do the individual toolbar items as documented in the guide.