Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 menu separator
#2
One way to achieve this is by using the type attribute in the menu entry. If you want an example don't be shy to ask

I think you need an example at least so I've put together this bit you can try and implement:
{
"control": [
{
"VTOY_DEFAULT_SEARCH_ROOT": "/ventoy"
}
],
"menu": [
{
"image": "/path/to/debian_live.iso",
"label": "Debian Live"
},
{
"image": "/path/to/linux_mint_live.iso",
"label": "Linux Mint Live"
},
{
"type": "separator"
},
{
"image": "/path/to/gparted.iso",
"label": "GParted"
},
{
"image": "/path/to/clonezilla.iso",
"label": "Clonezilla"
},
{
"image": "/path/to/systemrescue.iso",
"label": "SystemRescue"
}
]
}
Reply


Messages In This Thread
menu separator - by pled - 04-05-2024, 02:40 PM
RE: menu separator - by Grigo_R0 - 04-25-2024, 05:16 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)