Sync PatcherSupportPkg

This commit is contained in:
Eduardo Covas
2023-10-31 21:35:38 -03:00
committed by GitHub
parent 8cfc33e704
commit 39e58b3927
4 changed files with 27 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class Constants:
def __init__(self) -> None:
# Patcher Versioning
self.patcher_version: str = "1.2.0" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version: str = "1.4.3" # PatcherSupportPkg
self.patcher_support_pkg_version: str = "1.4.4" # PatcherSupportPkg
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
self.patcher_name: str = "OpenCore Legacy Patcher"
+10
View File
@@ -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": {