05-14-2020, 10:52 AM
1. as for the path in ventoy.json, from ventoy 1.0.09 both Vimix/theme.txt and /ventoy/Vimix/theme.txt are valid.
2. For the hotkey tip, you shoud append a hbox define to your theme.txt, this define is in ventoy's default theme.txt, or you can copy follows:
+ hbox{
left = 30%
top = 95%
width = 10%
height = 25
+ label {text = "@VTOY_HOTKEY_TIP@" color = "blue" align = "left"}
}
2. For the hotkey tip, you shoud append a hbox define to your theme.txt, this define is in ventoy's default theme.txt, or you can copy follows:
+ hbox{
left = 30%
top = 95%
width = 10%
height = 25
+ label {text = "@VTOY_HOTKEY_TIP@" color = "blue" align = "left"}
}