mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 22:20:53 +10:00
build: Fix Picker configuration
This commit is contained in:
@@ -218,10 +218,10 @@ class build_misc:
|
|||||||
|
|
||||||
if self.constants.showpicker is True:
|
if self.constants.showpicker is True:
|
||||||
print("- Enabling ShowPicker")
|
print("- Enabling ShowPicker")
|
||||||
self.config["Misc"]["Boot"]["ShowPicker"] = True
|
self.config["Misc"]["Boot"]["ShowPicker"] = "SkipOnHibernateWake"
|
||||||
else:
|
else:
|
||||||
print("- Hiding OpenCore picker")
|
print("- Hiding OpenCore picker")
|
||||||
self.config["Misc"]["Boot"]["ShowPicker"] = False
|
self.config["Misc"]["Boot"]["ShowPicker"] = "Hide"
|
||||||
|
|
||||||
if self.constants.oc_timeout != 5:
|
if self.constants.oc_timeout != 5:
|
||||||
print(f"- Setting custom OpenCore picker timeout to {self.constants.oc_timeout} seconds")
|
print(f"- Setting custom OpenCore picker timeout to {self.constants.oc_timeout} seconds")
|
||||||
|
|||||||
Reference in New Issue
Block a user