Ventoy Forums

Full Version: 【Share】3 Cool Ventoy Themes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can you give me the menu_class parameter
I'm not able to use
What do you mean about the menu_class parameter?
You want a json file example about menu_class?
{

"control": [
{ "VTOY_DEFAULT_MENU_MODE": "0" },
{ "VTOY_FILT_DOT_UNDERSCORE_FILE": "0" } ],


"theme": {
"file": "Vimix/theme.txt"
},


"menu_alias": [
{
"image": "/ventoy/ISOs/Linux/linuxmint-20-cinnamon-64bit.iso",
"alias": "Linux Mint 20 Cinnamon"
},
{
"image": "/ventoy/ISOs/Windows/Windows_7-x86.iso",
"alias": "Windows 7"
}
],

"menu_class": [
{
"key": "Windows_7",
"class": "windows7"
},
{
"key": "ubuntu",
"class": "ubuntu"
}
]
}