Highlight selected SMBIOS line

This commit is contained in:
Hoang Hong Quan
2024-10-08 00:40:01 +07:00
parent 431be0dbc1
commit bc942277ad
2 changed files with 5 additions and 4 deletions

View File

@@ -194,7 +194,7 @@ class OCPE:
self.k.kext_configuration_menu(hardware_report, smbios_model, macos_version, self.ac.patches)
elif option == 5:
smbios_model = self.s.customize_smbios_model(hardware_report, smbios_model, macos_version)
self.k.kext_configuration_menu(hardware_report, smbios_model, macos_version, self.ac.patches)
self.k.select_required_kexts(hardware_report, smbios_model, macos_version, self.ac.patches)
elif option == 6:
self.gathering_files()
self.b.build_efi(hardware_report, unsupported_devices, smbios_model, macos_version, self.ac, self.k)