1. Add default_file option in theme plugin

2. Add F5 Tools --> Theme Select menu to swith between themes
This commit is contained in:
longpanda
2021-11-16 19:32:23 +08:00
parent a4200ed99e
commit d938100eeb
5 changed files with 120 additions and 0 deletions

View File

@@ -38,6 +38,12 @@ submenu "Screen Display Mode" --class=debug_screen_mode --class=F5tool {
}
}
if [ $VTOY_THEME_COUNT -gt 1 ]; then
submenu "Theme Select" --class=debug_theme_select --class=F5tool {
vt_select_theme_cfg
}
fi
if [ "$grub_platform" != "pc" ]; then
submenu 'Ventoy UEFI Utilities' --class=debug_util --class=F5tool {
menuentry 'Show EFI Drivers' --class=debug_util_efidrv --class=debug_util --class=F5tool {