mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-27 16:01:14 +00:00
support different themes for Legacy BIOS mode and UEFI mode
This commit is contained in:
@@ -1180,6 +1180,11 @@ static plugin_entry g_plugin_entries[] =
|
||||
{
|
||||
{ "control", ventoy_plugin_control_entry, ventoy_plugin_control_check },
|
||||
{ "theme", ventoy_plugin_theme_entry, ventoy_plugin_theme_check },
|
||||
#ifdef GRUB_MACHINE_EFI
|
||||
{ "theme_uefi", ventoy_plugin_theme_entry, ventoy_plugin_theme_check },
|
||||
#else
|
||||
{ "theme_legacy", ventoy_plugin_theme_entry, ventoy_plugin_theme_check },
|
||||
#endif
|
||||
{ "auto_install", ventoy_plugin_auto_install_entry, ventoy_plugin_auto_install_check },
|
||||
{ "persistence", ventoy_plugin_persistence_entry, ventoy_plugin_persistence_check },
|
||||
{ "menu_alias", ventoy_plugin_menualias_entry, ventoy_plugin_menualias_check },
|
||||
|
Reference in New Issue
Block a user