mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 04:38:20 +10:00
device_probe.py: Fix SecureBootPolicy variable
This commit is contained in:
@@ -486,7 +486,7 @@ class Computer:
|
||||
ambient_light_sensor: Optional[bool] = False
|
||||
third_party_sata_ssd: Optional[bool] = False
|
||||
secure_boot_model: Optional[str] = None
|
||||
secure_boot_policy: Optiona[int] = None
|
||||
secure_boot_policy: Optional[int] = None
|
||||
|
||||
@staticmethod
|
||||
def probe():
|
||||
|
||||
Reference in New Issue
Block a user