How to add an separator in a menu?

As title.

Could just set the label to “-” and create a separator?

Don’t set the picture.

I too would like this function. At the moment i’m trying to use an image as a separator, but because there is no link created for the image separator, the image separator menu item doesn’t show. It would be nice to have a pre-made separator in the menu properties that i could add, or just allow to create a menu item that shows as a separator, e.g an image like i have used.

Thanks

Create your menu item without label, link it to any application you want (or use an empty blank app) and set your icon.

onApplicationInit:
sc_menu_disable(item_xx);

jsb

Thanks @jsbinca, works. Just used # as the link and disabled field with that macro.

1 Like

Many thanks it worked very good