Strip Content Cache references

Setting no longer required with new RestrictEvents setup
This commit is contained in:
Mykola Grymalyuk
2023-06-13 08:38:00 -06:00
parent b92daff30e
commit b3f6607768
4 changed files with 4 additions and 15 deletions

View File

@@ -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")