mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 19:40:15 +10:00
Remove redundant check
This commit is contained in:
@@ -50,8 +50,6 @@ class BuildFirmware:
|
|||||||
|
|
||||||
if not self.model in smbios_data.smbios_dictionary:
|
if not self.model in smbios_data.smbios_dictionary:
|
||||||
return
|
return
|
||||||
if not "Max OS Supported" in smbios_data.smbios_dictionary[self.model]:
|
|
||||||
return
|
|
||||||
|
|
||||||
if smbios_data.smbios_dictionary[self.model]["Max OS Supported"] >= os_data.os_data.monterey and self.model != "MacPro6,1":
|
if smbios_data.smbios_dictionary[self.model]["Max OS Supported"] >= os_data.os_data.monterey and self.model != "MacPro6,1":
|
||||||
logging.info("- Enabling Boot Logo patch")
|
logging.info("- Enabling Boot Logo patch")
|
||||||
|
|||||||
Reference in New Issue
Block a user