Merge branch 'dortania:main' into readme-update

This commit is contained in:
Jazzzny
2023-10-02 17:19:15 -04:00
committed by GitHub
73 changed files with 2141 additions and 267 deletions

View File

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

View File

@@ -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,

View File

@@ -13,7 +13,6 @@ from pathlib import Path
from resources import (
constants,
kdk_handler,
global_settings,
)
from resources.sys_patch import (
sys_patch,

View File

@@ -178,7 +178,6 @@ class UpdateFrame(wx.Frame):
sys.exit(0)
def _extract_update(self) -> None:
"""
Extracts the update