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