Separator lines still appear after hiding menu-items from this link => Can't hide "Preferences" item in edit-menu
I have searched in racket documentation and found only adding new separator menu item. https://docs.racket-lang.org/gui/separator-menu-item_.html Is it possible to hide these extra lines between empty menu items?
Separator lines are created in the "between" methods. Those are removed by using
void
.reference answer