mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-21 03:04:31 +10:00
Merge branch 'dortania:main' into readme-update
This commit is contained in:
@@ -178,7 +178,6 @@ class macOSInstallerDownloadFrame(wx.Frame):
|
||||
self.list.SetItemImage(index, self._macos_version_to_icon(int(installers[item]['Build'][:2])))
|
||||
self.list.SetItem(index, 1, utilities.human_fmt(installers[item]['Size']))
|
||||
self.list.SetItem(index, 2, installers[item]['Date'].strftime("%x"))
|
||||
|
||||
else:
|
||||
logging.error("No installers found on SUCatalog")
|
||||
wx.MessageDialog(self.frame_modal, "Failed to download Installer Catalog from Apple", "Error", wx.OK | wx.ICON_ERROR).ShowModal()
|
||||
|
||||
@@ -277,14 +277,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,
|
||||
|
||||
@@ -13,7 +13,6 @@ from pathlib import Path
|
||||
from resources import (
|
||||
constants,
|
||||
kdk_handler,
|
||||
global_settings,
|
||||
)
|
||||
from resources.sys_patch import (
|
||||
sys_patch,
|
||||
|
||||
@@ -178,7 +178,6 @@ class UpdateFrame(wx.Frame):
|
||||
sys.exit(0)
|
||||
|
||||
|
||||
|
||||
def _extract_update(self) -> None:
|
||||
"""
|
||||
Extracts the update
|
||||
|
||||
Reference in New Issue
Block a user