mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-19 13:46:05 +10:00
Fix crash
This commit is contained in:
@@ -435,7 +435,7 @@ Valid options:
|
|||||||
self.constants.override_smbios = "Default"
|
self.constants.override_smbios = "Default"
|
||||||
elif change_menu == "3":
|
elif change_menu == "3":
|
||||||
print("Disabling SMBIOS spoof")
|
print("Disabling SMBIOS spoof")
|
||||||
self.constants.override_smbios = self.constants.custom_model or self.current_model
|
self.constants.override_smbios = self.model
|
||||||
else:
|
else:
|
||||||
print("Returning to main menu")
|
print("Returning to main menu")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user