mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-16 20:30:00 +10:00
gui.py: Add FeatureUnlock configurability
This commit is contained in:
@@ -124,8 +124,8 @@ class Constants:
|
||||
self.override_smbios = "Default" # Set SMBIOS model used
|
||||
|
||||
## FeatureUnlock Settings
|
||||
self.fu_status = True # Enable FeatureUnlock
|
||||
self.fu_arguments = "" # Set FeatureUnlock arguments
|
||||
self.fu_status = True # Enable FeatureUnlock
|
||||
self.fu_arguments = None # Set FeatureUnlock arguments
|
||||
|
||||
## Latebloom Settings
|
||||
self.latebloom_status = False # Latebloom Enabled
|
||||
|
||||
Reference in New Issue
Block a user