mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 11:30:15 +10:00
Strip Content Cache references
Setting no longer required with new RestrictEvents setup
This commit is contained in:
@@ -275,14 +275,6 @@ class SettingsFrame(wx.Frame):
|
||||
"wrap_around 2": {
|
||||
"type": "wrap_around",
|
||||
},
|
||||
"Content Caching": {
|
||||
"type": "checkbox",
|
||||
"value": self.constants.set_content_caching,
|
||||
"variable": "set_content_caching",
|
||||
"description": [
|
||||
# "Enable Content Caching.",
|
||||
],
|
||||
},
|
||||
"APFS Trim": {
|
||||
"type": "checkbox",
|
||||
"value": self.constants.apfs_trim_timeout,
|
||||
@@ -1275,4 +1267,4 @@ Hardware Information:
|
||||
|
||||
|
||||
def on_test_exception(self, event: wx.Event) -> None:
|
||||
raise Exception("Test Exception")
|
||||
raise Exception("Test Exception")
|
||||
|
||||
Reference in New Issue
Block a user