mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-18 21:30:00 +10:00
defaults.py: Refactor Probe Logic
This commit is contained in:
@@ -983,7 +983,7 @@ system_profiler SPHardwareDataType | grep 'Model Identifier'
|
||||
print("\n".join(model_array.SupportedSMBIOS))
|
||||
input("\nPress [ENTER] to continue")
|
||||
else:
|
||||
defaults.generate_defaults.probe(self.constants.custom_model, False, self.constants)
|
||||
defaults.generate_defaults(self.constants.custom_model, False, self.constants)
|
||||
|
||||
def PatchVolume(self):
|
||||
utilities.cls()
|
||||
|
||||
Reference in New Issue
Block a user