mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 18:19:49 +00:00
Remove USBMap.kext entry from loaded kext list
This commit is contained in:
@@ -367,17 +367,6 @@ class KextMaestro:
|
||||
"PlistPath": bundle.get("PlistPath")
|
||||
})
|
||||
|
||||
kernel_add.append({
|
||||
"Arch": "x86_64",
|
||||
"BundlePath": "USBMap.kext",
|
||||
"Comment": "",
|
||||
"Enabled": True,
|
||||
"ExecutablePath": "",
|
||||
"MaxKernel": "",
|
||||
"MinKernel": "",
|
||||
"PlistPath": "Contents/Info.plist"
|
||||
})
|
||||
|
||||
return kernel_add
|
||||
|
||||
def uncheck_kext(self, index):
|
||||
|
||||
Reference in New Issue
Block a user