mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-20 02:34:33 +10:00
Sync PatcherSupportPkg
This commit is contained in:
@@ -755,6 +755,16 @@ class SettingsFrame(wx.Frame):
|
||||
"override_function": self._update_system_defaults,
|
||||
"condition": gui_support.CheckProperties(self.constants).host_is_non_metal(general_check=True)
|
||||
},
|
||||
"Disable Color Widgets Enforcement": {
|
||||
"type": "checkbox",
|
||||
"value": self._get_system_settings("Moraea_ColorWidgetDisabled"),
|
||||
"variable": "Moraea_ColorWidgetDisabled",
|
||||
"description": [
|
||||
"Control Color Desktop Widgets Enforcement.",
|
||||
],
|
||||
"override_function": self._update_system_defaults,
|
||||
"condition": gui_support.CheckProperties(self.constants).host_is_non_metal(general_check=True)
|
||||
},
|
||||
},
|
||||
"App": {
|
||||
"General": {
|
||||
|
||||
Reference in New Issue
Block a user